OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PathExists
(Results
51 - 75
of
118
) sorted by null
1
2
3
4
5
/external/chromium/chrome/browser/importer/
firefox3_importer.cc
110
if (!file_util::
PathExists
(file))
156
if (!file_util::
PathExists
(file))
322
if (file_util::
PathExists
(file)) {
328
if (!file_util::
PathExists
(file))
364
if (!file_util::
PathExists
(file))
/external/chromium/chrome/browser/chromeos/
boot_times_loader.cc
139
if (file_util::
PathExists
(sent))
169
DCHECK(file_util::
PathExists
(sent));
188
if (!file_util::
PathExists
(log_file)) {
system_access.cc
115
if (!file_util::
PathExists
(timezone_file)) {
/external/chromium/chrome/browser/extensions/
extension_service_unittest.cc
553
ASSERT_TRUE(file_util::
PathExists
(pem_path));
564
ASSERT_TRUE(file_util::
PathExists
(crx_path));
579
ASSERT_TRUE(file_util::
PathExists
(crx_path))
596
ASSERT_TRUE(file_util::
PathExists
(crx_path))
649
ASSERT_TRUE(file_util::
PathExists
(in_path));
693
EXPECT_FALSE(file_util::
PathExists
(path));
904
ASSERT_TRUE(file_util::
PathExists
(private_key_path));
[
all
...]
extension_browsertest.cc
147
if (!file_util::
PathExists
(dir_path)) {
161
if (!file_util::
PathExists
(crx_path)) {
/external/chromium/chrome/browser/first_run/
first_run.cc
51
if (!file_util::
PathExists
(default_pref_dir)) {
336
file_util::
PathExists
(first_run_sentinel)) {
503
bool local_state_file_exists = file_util::
PathExists
(local_state_path);
/external/chromium/chrome/browser/safe_browsing/
safe_browsing_store_unittest_helper.cc
323
EXPECT_FALSE(file_util::
PathExists
(filename));
348
EXPECT_TRUE(file_util::
PathExists
(filename));
350
EXPECT_FALSE(file_util::
PathExists
(filename));
/external/chromium/chrome/browser/web_applications/
web_app.cc
129
if (!file_util::
PathExists
(icon_file) ||
130
!file_util::
PathExists
(checksum_file))
302
if (!file_util::
PathExists
(web_app_path_) &&
/external/chromium/base/
mime_util_xdg.cc
176
if (!index_theme_loaded_ && file_util::
PathExists
(theme_index)) {
253
if (file_util::
PathExists
(icon_path))
473
if (file_util::
PathExists
(icon))
628
if (file_util::
PathExists
(icon_file))
file_util_proxy.cc
23
if (!file_util::
PathExists
(src_file_path))
35
if (!file_util::
PathExists
(dest_file_path))
314
if (!file_util::
PathExists
(file_path_)) {
398
bool path_exists = file_util::
PathExists
(file_path_);
400
if (!recursive_ && !file_util::
PathExists
(file_path_.DirName())) {
478
if (!file_util::
PathExists
(file_path_)) {
path_service.cc
218
if (!file_util::
PathExists
(file_path) &&
shared_memory_posix.cc
180
if (file_util::
PathExists
(path)) {
/external/chromium/base/test/
test_file_util_win.cc
26
if (!file_util::
PathExists
(file))
/external/chromium/chrome/browser/download/
base_file.cc
122
if (!file_util::
PathExists
(new_path))
download_util.cc
773
if (!file_util::
PathExists
(path))
781
if (!file_util::
PathExists
(new_path))
834
if (!file_util::
PathExists
(path) &&
835
!file_util::
PathExists
(GetCrDownloadPath(path)))
843
if (!file_util::
PathExists
(new_path) &&
844
!file_util::
PathExists
(GetCrDownloadPath(new_path)))
[
all
...]
download_browsertest.cc
550
bool origin_file_exists = file_util::
PathExists
(origin_file);
556
bool downloaded_file_exists = file_util::
PathExists
(downloaded_file);
634
bool downloaded_path_exists = file_util::
PathExists
(download_path);
641
EXPECT_FALSE(file_util::
PathExists
(download_path));
814
EXPECT_FALSE(file_util::
PathExists
(file_path));
[
all
...]
/external/chromium/chrome/browser/ui/webui/options/
advanced_options_utils_gtk.cc
52
if (file_util::
PathExists
(bin_path)) {
/external/chromium/chrome/common/
web_apps_unittest.cc
28
if (!file_util::
PathExists
(path)) {
/external/chromium/net/disk_cache/
disk_cache_test_util.cc
25
if (!file_util::
PathExists
(path))
/external/chromium/webkit/glue/
webfileutilities_impl.cc
33
return file_util::
PathExists
(FilePath(file_path));
/external/chromium/chrome/browser/diagnostics/
recon_diagnostics.cc
235
if (!file_util::
PathExists
(dir_or_file)) {
324
if (!file_util::
PathExists
(path_)) {
/external/chromium/chrome/browser/
spellcheck_host_impl.cc
155
if (!file_util::
PathExists
(bdict_file_path_) &&
156
file_util::
PathExists
(fallback)) {
shell_integration_linux.cc
328
if (file_util::
PathExists
(path)) {
352
if (file_util::
PathExists
(FilePath(alternative_filepath))) {
/external/chromium/net/test/
test_server.cc
361
if (!file_util::
PathExists
(certificate_path)) {
374
if (!file_util::
PathExists
(*it)) {
/external/chromium/chrome/browser/bookmarks/
bookmark_storage.cc
60
bool bookmark_file_exists = file_util::
PathExists
(path_);
Completed in 1664 milliseconds
1
2
3
4
5