Home
last modified time | relevance | path

Searched refs:Exists (Results 1 – 25 of 99) sorted by relevance

1234

/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
Dhtml5_fs_test.cc52 bool Exists(const char* filename) { in Exists() function in __anoncbad63a80111::Html5FsForTesting
155 ASSERT_TRUE(fs->Exists("/foo")); in TEST_F()
168 ASSERT_TRUE(fs->Exists("/bar")); in TEST_F()
169 ASSERT_FALSE(fs->Exists("/foo/bar")); in TEST_F()
180 ASSERT_FALSE(fs->Exists("/foo")); in TEST_F()
198 ASSERT_TRUE(fs->Exists(kPath)); in TEST_F()
200 EXPECT_FALSE(fs->Exists(kPath)); in TEST_F()
210 ASSERT_TRUE(fs->Exists("/dir")); in TEST_F()
211 ASSERT_TRUE(fs->Exists("/file")); in TEST_F()
214 EXPECT_FALSE(fs->Exists("/file")); in TEST_F()
[all …]
Dfilesystem_test.cc31 bool Exists(const char* filename) { in Exists() function in __anonb703732b0111::MemFsForTesting
226 ASSERT_TRUE(fs.Exists("/dir1/file")); in TEST()
231 ASSERT_FALSE(fs.Exists("/dir1/file")); in TEST()
232 ASSERT_TRUE(fs.Exists("/dir2/new_file")); in TEST()
237 ASSERT_FALSE(fs.Exists("/dir2/new_file")); in TEST()
238 ASSERT_TRUE(fs.Exists("/dir2/new_file2")); in TEST()
243 ASSERT_FALSE(fs.Exists("/dir2/new_file2")); in TEST()
244 ASSERT_TRUE(fs.Exists("/dir1/new_file2")); in TEST()
257 ASSERT_FALSE(fs.Exists("/dir1")); in TEST()
258 ASSERT_TRUE(fs.Exists("/dir2")); in TEST()
[all …]
Ddev_fs_for_testing.h23 bool Exists(const char* filename) { in Exists() function
/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwinKernel.cpp341 if (ios_sdk.Exists() && ios_sdk.IsDirectory()) in GetiOSSDKDirectoriesToSearch()
358 if (mac_sdk.Exists() && mac_sdk.IsDirectory()) in GetMacSDKDirectoriesToSearch()
368 if (generic_sdk.Exists() && generic_sdk.IsDirectory()) in GetGenericSDKDirectoriesToSearch()
383 if (sle.Exists() && sle.IsDirectory()) in GetMacDirectoriesToSearch()
389 if (le.Exists() && le.IsDirectory()) in GetMacDirectoriesToSearch()
395 if (kdk.Exists() && kdk.IsDirectory()) in GetMacDirectoriesToSearch()
412 if (symbols_dir.Exists() && symbols_dir.IsDirectory()) in GetGenericDirectoriesToSearch()
429 if (dir.Exists() && dir.IsDirectory()) in GetUserSpecifiedDirectoriesToSearch()
438 if (dir_sle.Exists() && dir_sle.IsDirectory()) in GetUserSpecifiedDirectoriesToSearch()
491 if (kext_directory.Exists() && kext_directory.IsDirectory()) in GetKextDirectoriesInSDK()
[all …]
DPlatformRemoteiOS.cpp231 if (resolved_exe_file.Exists()) in ResolveExecutable()
319 if (local_sdk_cache.Exists()) in UpdateSDKDirectoryInfosInNeeded()
582 if (local_file.Exists()) in GetFileInSDKRoot()
593 if (local_file.Exists()) in GetFileInSDKRoot()
602 if (local_file.Exists()) in GetFileInSDKRoot()
630 if (local_file.Exists()) in GetSymbolFile()
640 if (local_file.Exists()) in GetSymbolFile()
649 if (local_file.Exists()) in GetSymbolFile()
654 if (local_file.Exists()) in GetSymbolFile()
DPlatformDarwin.cpp80 if (symfile_spec && symfile_spec.Exists()) in LocateExecutableScriptingResources()
102 if (script_fspec.Exists()) in LocateExecutableScriptingResources()
141 if (!resolved_exe_file.Exists()) in ResolveExecutable()
147 if (!resolved_exe_file.Exists()) in ResolveExecutable()
153 if (resolved_exe_file.Exists()) in ResolveExecutable()
177 if (resolved_exe_file.Exists()) in ResolveExecutable()
251 if (sym_file.Exists()) in ResolveSymbolFile()
345 if (new_file_spec.Exists()) in GetSharedModule()
971 if (xcode_select_cmd.Exists()) in GetDeveloperDirectory()
997 if (devel_dir.Exists() && devel_dir.IsDirectory()) in GetDeveloperDirectory()
[all …]
DPlatformiOSSimulator.cpp194 if (resolved_exe_file.Exists()) in ResolveExecutable()
339 if (local_file.Exists()) in GetFile()
344 if (local_file.Exists()) in GetFile()
/external/lldb/scripts/Python/interface/
DSBFileSpec.i50 Exists () const;
91 __swig_getmethods__["exists"] = Exists
92 …if _newclass: exists = property(Exists, None, doc='''A read only property that returns a boolean v…
/external/llvm/unittests/Support/
DFileOutputBufferTest.cpp68 bool Exists = false; in TEST() local
69 ASSERT_NO_ERROR(fs::exists(Twine(File2), Exists)); in TEST()
70 EXPECT_FALSE(Exists); in TEST()
/external/llvm/tools/msbuild/
DMicrosoft.Cpp.Win32.llvm.props.in2 …ts\@VS_VERSION@\Microsoft.Cpp.$(Platform).@VS_VERSION@.props" Condition="Exists('$(VCTargetsPath)\…
3 …orms\$(Platform)\PlatformToolsets\@VS_VERSION@\Toolset.props" Condition="Exists('$(VCTargetsPath)\…
/external/chromium_org/chrome/browser/safe_browsing/
Dprefix_set_unittest.cc429 EXPECT_TRUE(prefix_set->Exists(hashes[0])); in TEST_F()
430 EXPECT_TRUE(prefix_set->Exists(hashes[1])); in TEST_F()
431 EXPECT_TRUE(prefix_set->Exists(hashes[2])); in TEST_F()
619 EXPECT_TRUE(prefix_set->Exists(kHash1)); in TEST_F()
620 EXPECT_TRUE(prefix_set->Exists(kHash2)); in TEST_F()
621 EXPECT_FALSE(prefix_set->Exists(kHash3)); in TEST_F()
622 EXPECT_TRUE(prefix_set->Exists(kHash4)); in TEST_F()
623 EXPECT_TRUE(prefix_set->Exists(kHash5)); in TEST_F()
624 EXPECT_FALSE(prefix_set->Exists(kHash6)); in TEST_F()
720 EXPECT_TRUE(prefix_set->Exists(kHash1)); in TEST_F()
[all …]
/external/llvm/lib/Support/
DLockFileManager.cpp207 bool Exists; in waitForUnlock() local
208 if (!sys::fs::exists(LockFileName.str(), Exists) && !Exists) { in waitForUnlock()
/external/lldb/source/Host/macosx/
DSymbols.cpp403 if (out_exec_fspec->Exists()) in LocateMacOSXFilesUsingDebugSymbols()
487 …if (dsym_fspec.Exists() && FileAtPathContainsArchAndUUID (dsym_fspec, module_spec.GetArchitectureP… in LocateDSYMInVincinityOfExecutable()
505 …if (dsym_fspec.Exists() && FileAtPathContainsArchAndUUID (dsym_fspec, module_spec.GetArchitectureP… in LocateDSYMInVincinityOfExecutable()
668 if (uuid_ptr || (file_spec_ptr && file_spec_ptr->Exists())) in DownloadObjectAndSymbolFile()
681 g_dsym_for_uuid_exe_exists = dsym_for_uuid_exe_spec.Exists(); in DownloadObjectAndSymbolFile()
687 g_dsym_for_uuid_exe_exists = dsym_for_uuid_exe_spec.Exists(); in DownloadObjectAndSymbolFile()
704 g_dsym_for_uuid_exe_exists = dsym_for_uuid_exe_spec.Exists(); in DownloadObjectAndSymbolFile()
712 g_dsym_for_uuid_exe_exists = dsym_for_uuid_exe_spec.Exists(); in DownloadObjectAndSymbolFile()
/external/lldb/source/Plugins/Platform/Linux/
DPlatformLinux.cpp164 if (!resolved_exe_file.Exists()) in ResolveExecutable()
170 if (!resolved_exe_file.Exists()) in ResolveExecutable()
173 if (resolved_exe_file.Exists()) in ResolveExecutable()
194 if (resolved_exe_file.Exists()) in ResolveExecutable()
/external/lldb/source/Host/common/
DSymbols.cpp73 if (!dirspec.Exists() || !dirspec.IsDirectory()) in LocateExecutableSymbolFile()
93 if (file_spec.Exists()) in LocateExecutableSymbolFile()
/external/lldb/source/API/
DSBFileSpec.cpp68 SBFileSpec::Exists () const in Exists() function in SBFileSpec
72 bool result = m_opaque_ap->Exists(); in Exists()
/external/chromium_org/third_party/protobuf/src/google/protobuf/testing/
Dgoogletest.cc72 while (!File::Exists(prefix + "/src/google/protobuf")) { in TestSourceDir()
73 if (!File::Exists(prefix)) { in TestSourceDir()
Dfile.cc61 bool File::Exists(const string& name) { in Exists() function in google::protobuf::File
103 if (Exists(path)) return false; in RecursivelyCreateDir()
Dfile.h49 static bool Exists(const string& name);
/external/protobuf/src/google/protobuf/testing/
Dgoogletest.cc72 while (!File::Exists(prefix + "/src/google/protobuf")) { in TestSourceDir()
73 if (!File::Exists(prefix)) { in TestSourceDir()
Dfile.cc61 bool File::Exists(const string& name) { in Exists() function in google::protobuf::File
103 if (Exists(path)) return false; in RecursivelyCreateDir()
Dfile.h49 static bool Exists(const string& name);
/external/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp173 if (!resolved_exe_file.Exists()) in ResolveExecutable()
179 if (!resolved_exe_file.Exists()) in ResolveExecutable()
182 if (resolved_exe_file.Exists()) in ResolveExecutable()
206 if (resolved_exe_file.Exists()) { in ResolveExecutable()
/external/lldb/test/python_api/default-constructor/
Dsb_filespec.py9 obj.Exists()
/external/chromium_org/chrome/common/extensions/docs/server2/
Dcontent_provider.py177 return (All(self.file_system.Exists(path) for path in paths)
188 return (self.file_system.Exists(ToDirectory(path))

1234