Searched defs:in_path (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ppapi/shared_impl/
H A Dfile_ref_create_info.cc15 std::string GetNameForExternalFilePath(const base::FilePath& in_path) { argument
16 const base::FilePath::StringType& path = in_path.value();
/external/chromium_org/third_party/webrtc/tools/frame_editing/
H A Dframe_editing.cc25 " --in_path=input.yuv --width=320 --height=240 --f=60 --interval=1 --l=120"
28 "--in_path(string): Path and filename to the input file\n"
68 parser.SetFlag("in_path", "-1");
83 const char* in_path = parser.GetFlag("in_path").c_str(); local
92 if (!strcmp(in_path, "-1")) {
106 return webrtc::EditFrames(in_path, width, height, first_frame_to_cut,
H A Dframe_editing_lib.cc24 int EditFrames(const string& in_path, int width, int height, argument
32 FILE* in_fid = fopen(in_path.c_str() , "rb");
34 fprintf(stderr, "Could not read input file: %s.\n", in_path.c_str());
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_system_interface.h36 MetadataSearchResult(const base::FilePath& in_path, argument
39 : path(in_path),
/external/lldb/source/Target/
H A DProcess.cpp447 FileSpec in_path; local
452 in_path = target->GetStandardInputPath();
457 if (in_path || out_path || err_path)
460 if (in_path && in_path.GetPath(path, sizeof(path)))
/external/chromium_org/chrome/browser/extensions/
H A Dextension_service_unittest.cc774 const base::FilePath& in_path,
776 ASSERT_TRUE(base::PathExists(in_path));
781 path = path.Append(in_path.BaseName());
782 ASSERT_TRUE(base::CopyFile(in_path, path));
773 UpdateExtension(const std::string& id, const base::FilePath& in_path, UpdateState expected_state) argument

Completed in 1630 milliseconds