HomeSort by relevance Sort by last modified time
    Searched defs:file_path (Results 1 - 9 of 9) sorted by null

  /external/chromium/net/base/
mime_util_unittest.cc 40 const FilePath::CharType* file_path; member in struct:__anon2543
56 rv = net::GetMimeTypeFromFile(FilePath(tests[i].file_path),
upload_data.h 10 #include "base/file_path.h"
32 const FilePath& file_path() const { return file_path_; } function in class:net::UploadData::Element
72 void AppendFile(const FilePath& file_path) {
74 elements_.back().SetToFilePath(file_path);
77 void AppendFileRange(const FilePath& file_path,
80 elements_.back().SetToFilePathRange(file_path, offset, length);
gzip_filter_unittest.cc 72 FilePath file_path; local
73 PathService::Get(base::DIR_SOURCE_ROOT, &file_path);
74 file_path = file_path.AppendASCII("net");
75 file_path = file_path.AppendASCII("data");
76 file_path = file_path.AppendASCII("filter_unittests");
77 file_path = file_path.AppendASCII("google.txt")
    [all...]
  /external/chromium/base/
path_service.cc 13 #include "base/file_path.h"
216 FilePath file_path = path; local
221 if (!file_util::PathExists(file_path) &&
222 !file_util::CreateDirectory(file_path))
228 if (!file_util::AbsolutePath(&file_path))
232 path_data->cache[key] = file_path;
  /external/chromium/net/url_request/
url_request_file_job.cc 45 void Resolve(const FilePath& file_path) {
47 bool exists = file_util::GetFileInfo(file_path, &file_info);
82 FilePath file_path; local
83 if (net::FileURLToFilePath(request->url(), &file_path) &&
84 file_util::EnsureEndsWithSeparator(&file_path) &&
85 file_path.IsAbsolute())
86 return new URLRequestFileDirJob(request, file_path);
90 return new URLRequestFileJob(request, file_path);
94 const FilePath& file_path)
96 file_path_(file_path),
    [all...]
url_request_unittest.cc 935 FilePath file_path; local
936 PathService::Get(base::DIR_SOURCE_ROOT, &file_path);
937 file_path = file_path.Append(FILE_PATH_LITERAL("net"));
938 file_path = file_path.Append(FILE_PATH_LITERAL("data"));
940 TestURLRequest req(net::FilePathToFileURL(file_path), &d);
    [all...]
  /external/dbus/bus/
activation.c 257 DBusString file_path; local
265 if (!_dbus_string_init (&file_path))
271 if (!_dbus_string_append (&file_path, s_dir->dir_c) ||
272 !_dbus_concat_dir_and_file (&file_path, filename))
278 if (!_dbus_stat (&file_path, &stat_buf, NULL))
356 name, _dbus_string_get_const_data (&file_path));
379 _dbus_string_free (&file_path);
387 _dbus_string_free (&file_path);
404 DBusString file_path; local
412 if (!_dbus_string_init (&file_path))
    [all...]
  /external/srec/srec/test/SRecTest/src/
SRecTest.c 1997 LCHAR file_path [P_PATH_MAX]; local
2061 LCHAR file_path [P_PATH_MAX]; local
    [all...]
  /external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c 1756 LCHAR file_path [P_PATH_MAX]; local
    [all...]

Completed in 191 milliseconds