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

/fuchsia/zircon/system/utest/fs-management/
H A Dfs-management.cpp504 bool CreateTestFile(const char* ramdisk_path, const char* mount_path, const char* file_name) { argument
516 fd = openat(root_fd, file_name, O_CREAT | O_RDWR);
530 const char file_name[] = "some_file"; local
534 ASSERT_TRUE(CreateTestFile(ramdisk_path, mount_path, file_name));
544 fd = openat(root_fd, file_name, O_CREAT | O_RDWR);
550 fd = openat(root_fd, file_name, O_RDONLY);
557 ASSERT_LT(renameat(root_fd, file_name, root_fd, "new_file"), 0);
558 ASSERT_LT(unlinkat(root_fd, file_name, 0), 0);
574 const char file_name[] = "some_file"; local
579 ASSERT_TRUE(CreateTestFile(ramdisk_path, mount_path, file_name));
[all...]
/fuchsia/zircon/system/ulib/runtests-utils/
H A Dfuchsia-run-test.cpp106 zx_status_t VmoFromFd(fbl::unique_fd fd, const char* file_name, zx_handle_t* out) { argument
111 return zx_object_set_property(*out, ZX_PROP_NAME, file_name, strlen(file_name));
/fuchsia/zircon/third_party/ulib/jemalloc/bin/
H A Djeprof.in3478 my $file_name = shift;
3479 $file_name =~ s!^.*/!!; # Remove directory name
3480 return $file_name;
3793 my $file_name = shift;
3794 if (!(-e $file_name) || !(-r $file_name)) {
3798 open(TFILE, "<$file_name");

Completed in 92 milliseconds