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

  /art/libartbase/base/unix_file/
fd_file_test.cc 51 std::string good_path(GetTmpPath("some-file.txt"));
52 FdFile file(good_path, O_CREAT | O_WRONLY, true);
61 FdFile file2(good_path, O_RDONLY, true);
67 ASSERT_EQ(unlink(good_path.c_str()), 0);
  /external/sqlite/android/
sqlite3_android.cpp 179 bool good_path = false; local
182 good_path = true;
190 good_path = true;
197 if (!good_path) {

Completed in 552 milliseconds