Searched defs:FILE_PATH (Results 1 – 11 of 11) sorted by relevance
17 const FILE_PATH: &str = "/dev/random\0"; constant27 const FILE_PATH: &str = "/dev/urandom\0"; constant
34 private static final String FILE_PATH = "file:///foo.txt"; field in FileSystemProvidersTest
40 auto FILE_PATH = libc_make_test_file_path(FILENAME); in TEST() local
38 auto FILE_PATH = libc_make_test_file_path(FILENAME); in TEST() local
51 auto FILE_PATH = libc_make_test_file_path(FILENAME); in TEST() local
29 FILE_PATH = '/tmp/file' variable in DownloadUrlTest
58 #define FILE_PATH OVL_MNT"/"FILE_NAME macro
60 #define FILE_PATH OVL_MNT"/"DIR_NAME"/"FILE_NAME macro
27 #define FILE_PATH "/data/testfile" macro
90 #define FILE_PATH DIR_PATH"/"FILE_NAME macro
1111 const FILE_PATH: &[u8] = b"/dev/null\0"; in close_fds() constant