Searched refs:out_file_path (Results 1 - 4 of 4) sorted by relevance

/external/lldb/test/functionalities/process_launch/
H A DTestProcessLaunch.py140 out_file_path = os.path.join(my_working_dir_path, out_file_name)
145 os.remove (out_file_path)
152 out_file_path,
160 out_file_path,
171 out_f = open(out_file_path)
187 os.remove(out_file_path)
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dresource_metadata.h100 FileError GetFilePath(const std::string& id, base::FilePath* out_file_path);
H A Dresource_metadata.cc448 base::FilePath* out_file_path) {
466 *out_file_path = path;
447 GetFilePath(const std::string& id, base::FilePath* out_file_path) argument
/external/chromium_org/components/nacl/browser/
H A Dnacl_process_host.cc1116 base::FilePath out_file_path; local
1119 out_file_path = file_path;
1130 out_file_path));

Completed in 584 milliseconds