Home
last modified time | relevance | path

Searched refs:create (Results 1 – 9 of 9) sorted by relevance

/lk-master/.github/workflows/
A Dnotify-irc.yml2 on: [push, pull_request, create]
31 if: github.event_name == 'create' && github.event.ref_type == 'tag'
/lk-master/lib/fs/include/lib/
A Dfs.h93 status_t (*create)(fscookie *, const char *, filecookie **, uint64_t); member
/lk-master/lib/fs/
A Dfs.c256 if (!mount->api->create) { in fs_create_file()
262 status_t err = mount->api->create(mount->cookie, newpath, &cookie, len); in fs_create_file()
/lk-master/lib/fs/memfs/
A Dmemfs.c380 .create = memfs_create,
/lk-master/lib/fs/ext2/
A Dext3_fs.h806 int create, int extend_disksize);
/lk-master/lib/fs/spifs/
A Dspifs.c1204 .create = spifs_create,
/lk-master/external/platform/pico/rp2_common/pico_double/
A Ddouble_v1_rom_shim.S161 lsls \rb,#30 @ create +/-1 mantissa
/lk-master/external/platform/stm32f0xx/CMSIS/
A DCMSIS_END_USER_LICENCE_AGREEMENT.txt47 …fit; and (ii) agree to assign all their work product and any rights they create therein in the sup…
/lk-master/external/platform/nrfx/doc/
A Dnrfx.doxyfile67 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
695 # output files in an output format independent way. To create the layout file
712 # search path. See also \cite for info how to create references.
1257 # OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a
2153 # When a file name is specified after GENERATE_TAGFILE, doxygen will create a

Completed in 21 milliseconds