Home
last modified time | relevance | path

Searched refs:file_name (Results 1 – 3 of 3) sorted by relevance

/system/utest/fs-management/
A Dfs-management.cpp532 fd = openat(root_fd, file_name, O_CREAT | O_RDWR); in CreateTestFile()
546 const char file_name[] = "some_file"; in MountReadonly() local
550 ASSERT_TRUE(CreateTestFile(ramdisk_path, mount_path, file_name)); in MountReadonly()
560 fd = openat(root_fd, file_name, O_CREAT | O_RDWR); in MountReadonly()
566 fd = openat(root_fd, file_name, O_RDONLY); in MountReadonly()
573 ASSERT_LT(renameat(root_fd, file_name, root_fd, "new_file"), 0); in MountReadonly()
574 ASSERT_LT(unlinkat(root_fd, file_name, 0), 0); in MountReadonly()
590 const char file_name[] = "some_file"; in MountBlockReadonly() local
595 ASSERT_TRUE(CreateTestFile(ramdisk_path, mount_path, file_name)); in MountBlockReadonly()
609 fd = openat(root_fd, file_name, O_CREAT | O_RDWR); in MountBlockReadonly()
[all …]
/system/ulib/ftl/inc/
A Dsys.h271 int BootPrgmr(char* file_name);
272 int FpgaPrgmr(char* file_name);
/system/ulib/runtests-utils/
A Dfuchsia-run-test.cpp108 zx_status_t VmoFromFd(fbl::unique_fd fd, const char* file_name, zx_handle_t* out) { in VmoFromFd() argument
113 return zx_object_set_property(*out, ZX_PROP_NAME, file_name, strlen(file_name)); in VmoFromFd()

Completed in 18 milliseconds