/external/chromium_org/remoting/host/ |
json_host_config_unittest.cc | 37 base::FilePath non_existent_file = local 39 JsonHostConfig target(non_existent_file);
|
/external/clang/lib/Basic/ |
FileManager.cpp | 55 /// NON_EXISTENT_FILE - A special value distinct from null that is used to 57 #define NON_EXISTENT_FILE reinterpret_cast<FileEntry*>((intptr_t)-1) 282 return NamedFileEnt.getValue() == NON_EXISTENT_FILE 288 NamedFileEnt.setValue(NON_EXISTENT_FILE); 364 if (NamedFileEnt.getValue() && NamedFileEnt.getValue() != NON_EXISTENT_FILE) 370 NamedFileEnt.setValue(NON_EXISTENT_FILE); 542 if (FE->getValue() && FE->getValue() != NON_EXISTENT_FILE) 549 if (*VFE && *VFE != NON_EXISTENT_FILE)
|
/external/chromium_org/webkit/browser/blob/ |
blob_url_request_job_unittest.cc | 339 base::FilePath non_existent_file = local 341 blob_data_->AppendFile(non_existent_file, 0, -1, base::Time()); 382 GURL non_existent_file = GetFileSystemURL("non-existent.dat"); local 383 blob_data_->AppendFileSystemFile(non_existent_file, 0, -1, base::Time());
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
file_cache_unittest.cc | 393 base::FilePath::FromUTF8Unsafe("non_existent_file"), 491 base::FilePath::FromUTF8Unsafe("non_existent_file"), [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
subprocess.py | 562 ... "ls -l non_existent_file ; exit 0"], 564 'ls: non_existent_file: No such file or directory\n' [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
subprocess.py | 562 ... "ls -l non_existent_file ; exit 0"], 564 'ls: non_existent_file: No such file or directory\n' [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/ |
scm_unittest.py | 365 self.assertRaises(ScriptError, self.scm.revisions_changing_file, "non_existent_file") [all...] |