Home
last modified time | relevance | path

Searched defs:file_path (Results 1 – 6 of 6) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
Dasync_fs.rs30 let file_path = "tmp_file1"; in sdv_async_fs_write() localVariable
59 let file_path = "tmp_file2"; in sdv_async_fs_read() localVariable
94 let file_path = "tmp_file3"; in sdv_async_fs_rw() localVariable
162 let file_path = "tmp_file4"; in sdv_async_fs_read_to_end() localVariable
188 let file_path = "tmp_file5"; in sdv_async_fs_seek() localVariable
251 let file_path = "tmp_file6"; in sdv_async_fs_set_permission() localVariable
275 let file_path = "tmp_file7"; in sdv_async_fs_sync_all() localVariable
303 let file_path = "tmp_file8"; in sdv_async_fs_set_len() localVariable
323 let file_path = "tmp_file9"; in sdv_async_fs_try_clone() localVariable
343 let file_path = "tmp_file10"; in sdv_async_fs_open_options() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/
Dasync_dir.rs748 let file_path = "file0.txt"; in ut_fs_create_remove_file() localVariable
781 let file_path = "file1.txt"; in ut_fs_rename() localVariable
804 let file_path = "file2.txt"; in ut_fs_write_and_read_to_string() localVariable
830 let file_path = "file3.txt"; in ut_fs_write_and_read() localVariable
854 let file_path = "file4.txt"; in ut_fs_read_link() localVariable
872 let file_path = "file5.txt"; in ut_fs_copy() localVariable
897 let file_path = "file6.txt"; in ut_fs_hard_link() localVariable
922 let file_path = "file7.txt"; in ut_fs_metadata() localVariable
947 let file_path = "file8.txt"; in ut_fs_canonicalize() localVariable
970 let file_path = "file9.txt"; in ut_fs_symlink_metadata() localVariable
[all …]
Dasync_file.rs692 let file_path = "file11.txt"; in ut_fs_file_set_len() localVariable
714 let file_path = "file12.txt"; in ut_fs_file_try_clone() localVariable
733 let file_path = "file13.txt"; in ut_fs_file_seek() localVariable
796 let file_path = "file14.txt"; in ut_fs_file_set_permission() localVariable
820 let file_path = "file15.txt"; in ut_fs_file_sync_all() localVariable
847 let file_path = "file16.txt"; in ut_fs_set_buf_size_limit() localVariable
889 let file_path = "file17.txt"; in ut_file_into_std() localVariable
926 let file_path = "file18.txt"; in ut_file_try_into_std() localVariable
961 let file_path = "file19.txt"; in ut_file_as_raw_fd() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/sys/unix/
Dpipe.rs103 let file_path = "pipe_file0.txt"; in ut_process_pipe_test() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/task_helpers/
Dmod.rs140 let file_path = current_dir in get_file_dir() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
Dread_task.rs498 let file_path = "foo.txt"; in ut_io_string_result() localVariable