HomeSort by relevance Sort by last modified time
    Searched refs:test_file2 (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/kernel/syscalls/mkdirat/
mkdirat02.c 46 static char test_file2[PATH_MAX] = "."; variable
58 {&dir_fd, test_file2, ELOOP},
59 {&cur_fd, test_file2, ELOOP},
117 strcat(test_file2, "/test_eloop");
  /external/google-breakpad/src/common/linux/
memory_mapped_file_unittest.cc 143 string test_file2 = temp_dir.path() + "/test_file2"; local
145 ASSERT_TRUE(WriteFile(test_file2.c_str(), data2, data2_size));
154 mapped_file.Map(test_file2.c_str(), 0);
168 mapped_file.Map(test_file2.c_str(), 0);

Completed in 149 milliseconds