Searched refs:PathExists (Results 76 - 100 of 426) sorted by last modified time

1234567891011>>

/external/chromium_org/gpu/config/
H A Dgpu_info_collector_linux.cc36 return (base::PathExists(pci_path) ||
37 base::PathExists(pcie_path));
46 if (!base::PathExists(ati_file_path))
/external/chromium_org/gpu/gles2_conform_support/
H A Dgles2_conform_test.cc33 if (!base::PathExists(test_expectations_path)) {
/external/chromium_org/gpu/tools/compositor_model_bench/
H A Dcompositor_model_bench.cc41 using base::PathExists;
382 if (!PathExists(inPath)) {
/external/chromium_org/ipc/
H A Dipc_channel_posix.cc631 return base::PathExists(base::FilePath(channel_id));
/external/chromium_org/media/ffmpeg/
H A Dffmpeg_unittest.cc115 EXPECT_TRUE(base::PathExists(path));
/external/chromium_org/mojo/apps/js/test/
H A Djs_to_cpp_unittest.cc61 if (!base::PathExists(test_file_path)) {
/external/chromium_org/mojo/shell/
H A Ddynamic_application_loader.cc104 base::PathExists(path)));
/external/chromium_org/content/renderer/media/
H A Dmedia_stream_audio_processor_unittest.cc50 DCHECK(base::PathExists(file));
/external/chromium_org/content/renderer/
H A Drenderer_main_platform_delegate_linux.cc60 CHECK(!base::PathExists(base::FilePath("/proc/cpuinfo")));
/external/chromium_org/content/shell/app/
H A Dwebkit_test_platform_support_linux.cc50 if (!base::PathExists(garuda_path))
59 if (!base::PathExists(lohit_path)) {
/external/chromium_org/content/shell/browser/
H A Dshell_browser_context.cc104 if (!base::PathExists(path_))
H A Dshell_browser_main.cc76 if (!base::PathExists(local_file)) {
H A Dshell_download_manager_delegate.cc132 if (!base::PathExists(suggested_directory))
/external/chromium_org/content/test/
H A Dimage_decoder_test.cc112 if (!base::PathExists(data_dir_)) {
/external/chromium_org/components/json_schema/
H A Djson_schema_validator_unittest_base.cc36 EXPECT_TRUE(base::PathExists(path));
/external/chromium_org/components/metrics/serialization/
H A Dserialization_utils_unittest.cc78 ASSERT_TRUE(!PathExists(filepath) || base::GetFileSize(filepath, &size));
/external/chromium_org/components/nacl/browser/
H A Dnacl_file_host.cc79 !base::PathExists(pnacl_dir)) {
/external/chromium_org/components/ownership/
H A Downer_key_util_impl.cc62 return base::PathExists(public_key_file_);
/external/chromium_org/components/policy/core/common/cloud/
H A Duser_cloud_policy_store.cc80 if (!base::PathExists(policy_path)) {
H A Duser_cloud_policy_store_unittest.cc236 EXPECT_TRUE(base::PathExists(key_file()));
264 ASSERT_TRUE(base::PathExists(policy_file()));
273 ASSERT_TRUE(!base::PathExists(policy_file()));
/external/chromium_org/components/policy/core/common/
H A Dpolicy_loader_win.cc497 if (base::PathExists(preg_file)) {
502 if (redirection_disable.is_active() && base::PathExists(preg_file)) {
/external/chromium_org/components/search_engines/
H A Dtemplate_url_fetcher_unittest.cc127 ASSERT_TRUE(base::PathExists(osdd_full_path));
H A Dtemplate_url_parser_unittest.cc83 if (!base::PathExists(full_path_)) {
101 ASSERT_TRUE(base::PathExists(full_path));
/external/chromium_org/components/search_provider_logos/
H A Dlogo_cache_unittest.cc230 EXPECT_FALSE(base::PathExists(cache_->GetMetadataPath()));
231 EXPECT_FALSE(base::PathExists(cache_->GetLogoPath()));
248 EXPECT_FALSE(base::PathExists(cache_->GetMetadataPath()));
249 EXPECT_FALSE(base::PathExists(cache_->GetLogoPath()));
/external/chromium_org/components/storage_monitor/
H A Dmedia_storage_util.cc75 if (!base::PathExists(base::FilePath::FromUTF8Unsafe(unique_id)))

Completed in 1038 milliseconds

1234567891011>>