HomeSort by relevance Sort by last modified time
    Searched refs:FileExists (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/webrtc/webrtc/base/
diskcache_win32.h 23 virtual bool FileExists(const std::string& filename) const;
diskcache_win32.cc 78 bool DiskCacheWin32::FileExists(const std::string& filename) const {
  /external/googletest/googletest/test/
gtest_premature_exit_test.cc 50 static bool FileExists(const char* filepath) {
67 return FileExists(premature_exit_file_path_);
118 if (PrematureExitTest::FileExists(filepath)) {
  /external/v8/testing/gtest/test/
gtest_premature_exit_test.cc 50 static bool FileExists(const char* filepath) {
67 return FileExists(premature_exit_file_path_);
118 if (PrematureExitTest::FileExists(filepath)) {
  /art/runtime/
os.h 50 static bool FileExists(const char* name);
dex2oat_environment_test.h 67 ASSERT_TRUE(OS::FileExists(GetSystemImageFile().c_str()))
69 ASSERT_TRUE(OS::FileExists(GetDexSrc1().c_str()))
71 ASSERT_TRUE(OS::FileExists(GetStrippedDexSrc1().c_str()))
75 ASSERT_TRUE(OS::FileExists(GetDexSrc2().c_str()))
os_linux.cc 65 bool OS::FileExists(const char* name) {
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_premature_exit_test.cc 54 static bool FileExists(const char* filepath) {
71 return FileExists(premature_exit_file_path_);
132 if (PrematureExitTest::FileExists(filepath)) {
  /external/webrtc/webrtc/test/testsupport/
fileutils.h 142 bool FileExists(std::string& file_name);
fileutils.cc 97 bool FileExists(std::string& file_name) {
130 if (FileExists(root_filename)) {
236 if (FileExists(resource_file)) {
241 if (FileExists(resource_file)) {
246 if (FileExists(resource_file)) {
  /art/dexlayout/
dexlayout_test.cc 254 EXPECT_TRUE(OS::FileExists(dexdump.c_str())) << dexdump << " should be a valid file path";
259 EXPECT_TRUE(OS::FileExists(dexlayout.c_str())) << dexlayout << " should be a valid file path";
288 EXPECT_TRUE(OS::FileExists(dexlayout.c_str())) << dexlayout << " should be a valid file path";
335 EXPECT_TRUE(OS::FileExists(dexlayout.c_str())) << dexlayout << " should be a valid file path";
366 EXPECT_TRUE(OS::FileExists(dexlayout.c_str())) << dexlayout << " should be a valid file path";
457 EXPECT_TRUE(OS::FileExists(dexlayout.c_str())) << dexlayout << " should be a valid file path";
470 EXPECT_TRUE(OS::FileExists(dexlayout.c_str())) << dexlayout << " should be a valid file path";
484 EXPECT_TRUE(OS::FileExists(dexlayout.c_str())) << dexlayout << " should be a valid file path";
498 EXPECT_TRUE(OS::FileExists(dexlayout.c_str())) << dexlayout << " should be a valid file path";
512 EXPECT_TRUE(OS::FileExists(dexlayout.c_str())) << dexlayout << " should be a valid file path"
    [all...]
  /external/libtextclassifier/common/
file-utils.cc 55 bool FileExists(const std::string &filename) {
file-utils.h 80 bool FileExists(const std::string &filename);
  /external/webrtc/webrtc/tools/converter/
converter.h 99 bool FileExists(std::string file_name_to_check);
converter.cc 64 if (FileExists(input_file_name)) {
160 bool Converter:: FileExists(std::string file_name_to_check) {
  /art/imgdiag/
imgdiag_test.cc 79 if (OS::FileExists(root32.c_str()) && !Is64BitInstructionSet(kRuntimeISA)) {
93 EXPECT_TRUE(OS::FileExists(file_path.c_str())) << file_path << " should be a valid file path";
  /external/libyuv/files/unit_test/
cpu_test.cc 122 static int FileExists(const char* file_name) {
132 if (FileExists("../../unit_test/testdata/arm_v7.txt")) {
  /art/dexdump/
dexdump_test.cc 45 EXPECT_TRUE(OS::FileExists(file_path.c_str())) << file_path << " should be a valid file path";
  /art/dexlist/
dexlist_test.cc 47 EXPECT_TRUE(OS::FileExists(file_path.c_str())) << file_path << " should be a valid file path";
  /external/chromium-trace/catapult/devil/devil/android/sdk/
shared_prefs_test.py 36 device.FileExists = mock.Mock(side_effect=file_exists)
105 self.assertFalse(self.device.FileExists(prefs.path)) # file does not exist
112 self.assertFalse(self.device.FileExists(prefs.path)) # still does not exist
115 self.assertTrue(self.device.FileExists(prefs.path)) # should exist now
  /external/libmojo/third_party/catapult/devil/devil/android/sdk/
shared_prefs_test.py 35 device.FileExists = mock.Mock(side_effect=file_exists)
102 self.assertFalse(self.device.FileExists(prefs.path)) # file does not exist
109 self.assertFalse(self.device.FileExists(prefs.path)) # still does not exist
112 self.assertTrue(self.device.FileExists(prefs.path)) # should exist now
  /external/chromium-trace/catapult/devil/devil/android/perf/
thermal_throttle.py 17 return device.FileExists(OmapThrottlingDetector.OMAP_TEMP_FILE)
44 return device.FileExists('/sys/bus/exynos5-core')
  /external/chromium-trace/catapult/devil/devil/android/
settings.py 242 if device.FileExists(_LOCK_SCREEN_SETTINGS_PATH):
247 elif device.FileExists(_ALTERNATE_LOCK_SCREEN_SETTINGS_PATH):
  /external/libmojo/third_party/catapult/devil/devil/android/perf/
thermal_throttle.py 15 return device.FileExists(OmapThrottlingDetector.OMAP_TEMP_FILE)
42 return device.FileExists('/sys/bus/exynos5-core')
  /external/flatbuffers/src/
util.cpp 54 bool FileExists(const char *name) {

Completed in 1324 milliseconds

1 2 3 4