HomeSort by relevance Sort by last modified time
    Searched refs:non_existent_file (Results 1 - 5 of 5) 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 282 base::FilePath non_existent_file = local
284 blob_data_->AppendFile(non_existent_file, 0, kuint64max, base::Time());
326 GURL non_existent_file = GetFileSystemURL("non-existent.dat"); local
327 blob_data_->AppendFileSystemFile(non_existent_file, 0, kuint64max,
  /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/lldb/test/
lldbtest.py 252 ... "ls -l non_existent_file ; exit 0"],
254 'ls: non_existent_file: No such file or directory\n'
    [all...]

Completed in 851 milliseconds