Searched defs:out_path (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dchrome_finder.cc65 base::FilePath* out_path) {
70 *out_path = path;
61 FindExe( const base::Callback<bool(const base::FilePath&)>& exists_func, const std::vector<base::FilePath>& rel_paths, const std::vector<base::FilePath>& locations, base::FilePath* out_path) argument
/external/chromium_org/chrome/tools/convert_dict/
H A Dconvert_dict.cc136 base::FilePath out_path = local
138 printf("Writing %" PRFilePath " ...\n", out_path.value().c_str());
139 FILE* out_file = file_util::OpenFile(out_path, "wb");
/external/chromium/googleurl/src/
H A Durl_canon_fileurl.cc83 url_parse::Component* out_path) {
85 out_path->begin = output->length();
109 out_path->len = output->length() - out_path->begin;
175 url_parse::Component* out_path) {
177 output, out_path);
183 url_parse::Component* out_path) {
185 output, out_path);
80 DoFileCanonicalizePath(const CHAR* spec, const url_parse::Component& path, CanonOutput* output, url_parse::Component* out_path) argument
172 FileCanonicalizePath(const char* spec, const url_parse::Component& path, CanonOutput* output, url_parse::Component* out_path) argument
180 FileCanonicalizePath(const char16* spec, const url_parse::Component& path, CanonOutput* output, url_parse::Component* out_path) argument
H A Durl_canon_path.cc326 url_parse::Component* out_path) {
329 out_path->begin = output->length();
338 success = DoPartialPath<CHAR, UCHAR>(spec, path, out_path->begin, output);
339 out_path->len = output->length() - out_path->begin;
343 *out_path = url_parse::Component();
353 url_parse::Component* out_path) {
354 return DoPath<char, unsigned char>(spec, path, output, out_path);
360 url_parse::Component* out_path) {
361 return DoPath<char16, char16>(spec, path, output, out_path);
323 DoPath(const CHAR* spec, const url_parse::Component& path, CanonOutput* output, url_parse::Component* out_path) argument
350 CanonicalizePath(const char* spec, const url_parse::Component& path, CanonOutput* output, url_parse::Component* out_path) argument
357 CanonicalizePath(const char16* spec, const url_parse::Component& path, CanonOutput* output, url_parse::Component* out_path) argument
[all...]
/external/chromium_org/tools/android/device_stats_monitor/
H A Ddevice_stats_monitor.cc27 explicit DeviceStatsMonitor(const std::string& out_path) argument
28 : out_path_(out_path),
/external/chromium_org/url/
H A Durl_canon_fileurl.cc58 url_parse::Component* out_path) {
60 out_path->begin = output->length();
84 out_path->len = output->length() - out_path->begin;
150 url_parse::Component* out_path) {
152 output, out_path);
158 url_parse::Component* out_path) {
160 output, out_path);
55 DoFileCanonicalizePath(const CHAR* spec, const url_parse::Component& path, CanonOutput* output, url_parse::Component* out_path) argument
147 FileCanonicalizePath(const char* spec, const url_parse::Component& path, CanonOutput* output, url_parse::Component* out_path) argument
155 FileCanonicalizePath(const base::char16* spec, const url_parse::Component& path, CanonOutput* output, url_parse::Component* out_path) argument
H A Durl_canon_path.cc300 url_parse::Component* out_path) {
302 out_path->begin = output->length();
311 success = DoPartialPath<CHAR, UCHAR>(spec, path, out_path->begin, output);
316 out_path->len = output->length() - out_path->begin;
325 url_parse::Component* out_path) {
326 return DoPath<char, unsigned char>(spec, path, output, out_path);
332 url_parse::Component* out_path) {
333 return DoPath<base::char16, base::char16>(spec, path, output, out_path);
297 DoPath(const CHAR* spec, const url_parse::Component& path, CanonOutput* output, url_parse::Component* out_path) argument
322 CanonicalizePath(const char* spec, const url_parse::Component& path, CanonOutput* output, url_parse::Component* out_path) argument
329 CanonicalizePath(const base::char16* spec, const url_parse::Component& path, CanonOutput* output, url_parse::Component* out_path) argument
/external/chromium_org/chrome/browser/chromeos/imageburner/
H A Dburn_device_handler_unittest.cc132 std::string* out_path, const disks::DiskMountManager::Disk& disk) {
133 *out_path = disk.device_path();
131 CopyDevicePathCallback( std::string* out_path, const disks::DiskMountManager::Disk& disk) argument
/external/chromium_org/chrome/browser/nacl_host/
H A Dnacl_file_host_unittest.cc165 base::FilePath out_path; local
166 EXPECT_TRUE(PnaclCanOpenFile("pnacl_json", &out_path));
169 EXPECT_EQ(expected_path, out_path);
171 EXPECT_TRUE(PnaclCanOpenFile("x86_32_llc", &out_path));
174 EXPECT_EQ(expected_path, out_path);
177 EXPECT_FALSE(PnaclCanOpenFile(".xchars", &out_path));
178 EXPECT_FALSE(PnaclCanOpenFile("/xchars", &out_path));
179 EXPECT_FALSE(PnaclCanOpenFile("x/chars", &out_path));
180 EXPECT_FALSE(PnaclCanOpenFile("\\xchars", &out_path));
181 EXPECT_FALSE(PnaclCanOpenFile("x\\chars", &out_path));
[all...]
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dpath.cc150 std::string out_path; local
158 out_path += "/";
163 out_path += paths[index];
165 out_path += "/";
168 return out_path;
/external/chromium_org/third_party/zlib/google/
H A Dzip_reader_unittest.cc258 base::FilePath out_path = test_dir_.AppendASCII("quux.txt"); local
259 PlatformFileWrapper out_fd_w(out_path, PlatformFileWrapper::READ_WRITE);
/external/chromium_org/media/test/ffmpeg_tests/
H A Dffmpeg_tests.cc96 base::FilePath out_path; local
98 out_path = base::FilePath(filenames[1]);
136 if (!out_path.empty()) {
137 output = file_util::OpenFile(out_path, "wb");
140 << out_path.value() << std::endl;
/external/chromium_org/media/tools/media_bench/
H A Dmedia_bench.cc136 base::FilePath out_path; local
138 out_path = base::FilePath(filenames[1]);
236 if (!out_path.empty()) {
238 if (out_path.value().substr(0, 5) == FILE_PATH_LITERAL("pipe:") ||
239 out_path.value() == FILE_PATH_LITERAL("-")) {
246 output = file_util::OpenFile(out_path, "wb");
250 << out_path.value() << std::endl;

Completed in 2395 milliseconds