HomeSort by relevance Sort by last modified time
    Searched full:non_existent_file (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/remoting/host/
json_host_config_unittest.cc 37 base::FilePath non_existent_file = local
39 JsonHostConfig target(non_existent_file);
  /external/chromium_org/content/browser/fileapi/
blob_url_request_job_unittest.cc 324 base::FilePath non_existent_file = local
326 blob_data_->AppendFile(non_existent_file, 0, -1, base::Time());
367 GURL non_existent_file = GetFileSystemURL("non-existent.dat"); local
368 blob_data_->AppendFileSystemFile(non_existent_file, 0, -1, base::Time());
  /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/chrome/browser/chromeos/drive/
file_cache_unittest.cc 403 base::FilePath::FromUTF8Unsafe("non_existent_file"),
484 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...]

Completed in 174 milliseconds