Home
last modified time | relevance | path

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

/trusty/user/app/storage/
Dtipc_ns.h29 bool create);
Dtipc_ns.c141 bool create) { in ns_open_file() argument
142 SS_DBG_IO("%s: open %s create: %d\n", __func__, fname, create); in ns_open_file()
148 .flags = create ? STORAGE_FILE_OPEN_CREATE : 0, in ns_open_file()
Dfile.h144 enum file_create_mode create,
DREADME.md5 Files can be opened, create or deleted by name (where the name is local to the
27 the same file system. Apps should not create files with the same name using
Dfile.c988 enum file_create_mode create, in file_open() argument
1022 if (create != FILE_OPEN_NO_CREATE) { in file_open()
1035 if (create == FILE_OPEN_CREATE_EXCLUSIVE) { in file_open()
/trusty/user/app/storage/test/storage_host_test/
Dstorage_host_test.c62 enum file_create_mode create, in open_test_file_etc() argument
67 result = file_open(tr, path, file, create, allow_repaired); in open_test_file_etc()
70 path, create, block_mac_to_block(tr, &file->block_mac)); in open_test_file_etc()
83 enum file_create_mode create) { in open_test_file() argument
84 open_test_file_etc(tr, file, path, create, FILE_OP_SUCCESS, false); in open_test_file()
189 enum file_create_mode create, in file_test_etc() argument
200 open_test_file_etc(tr, &file, path, create, FILE_OP_SUCCESS, in file_test_etc()
233 enum file_create_mode create, in file_test() argument
239 file_test_etc(tr, false, false, path, create, NULL, FILE_OPEN_NO_CREATE, in file_test()
Dstorageproxy_shim.c183 bool create) { in ns_open_file() argument
199 if (create && rc == -1 && errno == ENOENT) { in ns_open_file()
/trusty/vendor/google/aosp/ide/vscode/
DREADME.md5 Once you have VSCode installed, open the Trusty code base in VSCode and create a
/trusty/user/app/storage/test/block_host_test/
Dblock_test.c1039 enum file_create_mode create, in open_test_file_etc() argument
1042 result = file_open(tr, path, file, create, allow_repaired); in open_test_file_etc()
1045 path, create, block_mac_to_block(tr, &file->block_mac)); in open_test_file_etc()
1055 enum file_create_mode create) { in open_test_file() argument
1056 open_test_file_etc(tr, file, path, create, FILE_OP_SUCCESS); in open_test_file()
1064 enum file_create_mode create) { in file_allocate_all_test() argument
1083 open_test_file(&tr[i], &file[i], path, create); in file_allocate_all_test()
1286 enum file_create_mode create, in file_test_etc() argument
1297 open_test_file(tr, &file, path, create); in file_test_etc()
1324 enum file_create_mode create, in file_test() argument
[all …]
/trusty/user/app/sample/stats-test/
DREADME.md93 port_test->>port_test: create an atom from canned data