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

  /art/runtime/base/unix_file/
fd_file_test.cc 50 std::string good_path(GetTmpPath("some-file.txt"));
52 ASSERT_TRUE(file.Open(good_path, O_CREAT | O_WRONLY));
58 EXPECT_TRUE(file.Open(good_path, O_RDONLY));
  /external/sqlite/android/
sqlite3_android.cpp 175 bool good_path = false; local
178 good_path = true;
186 good_path = true;
193 if (!good_path) {

Completed in 57 milliseconds