HomeSort by relevance Sort by last modified time
    Searched refs:file_path (Results 51 - 75 of 157) sorted by null

1 23 4 5 6 7

  /external/chromium/chrome/common/
libxml_utils.cc 8 #include "base/file_path.h"
54 bool XmlReader::LoadFile(const FilePath& file_path) {
62 WideToUTF8(file_path.value()).c_str(),
64 file_path.value().c_str(),
  /external/chromium/net/base/
net_util_win.cc 11 #include "base/file_path.h"
25 bool FileURLToFilePath(const GURL& url, FilePath* file_path) {
26 *file_path = FilePath();
27 std::wstring& file_path_str = const_cast<std::wstring&>(file_path->value());
upload_data_stream_unittest.cc 10 #include "base/file_path.h"
32 void FileChangedHelper(const FilePath& file_path,
88 void UploadDataStreamTest::FileChangedHelper(const FilePath& file_path,
93 element.SetToFilePathRange(file_path, 1, 2, time);
upload_data.cc 137 void UploadData::AppendFile(const FilePath& file_path) {
140 elements_.back().SetToFilePath(file_path);
143 void UploadData::AppendFileRange(const FilePath& file_path,
148 elements_.back().SetToFilePathRange(file_path, offset, length,
upload_data_stream.cc 96 if (file_util::GetFileInfo(element.file_path(), &info) &&
104 if (element.file_path().value().find("content://") == 0) {
106 new android::JavaISWrapper(element.file_path()));
mime_util_unittest.cc 37 const FilePath::CharType* file_path; member in struct:net::__anon3961
53 rv = GetMimeTypeFromFile(FilePath(tests[i].file_path),
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
test_expectations.py 58 def __init__(self, file_path, handle_style_error):
59 self._file_path = file_path
61 self._tab_checker = TabChecker(file_path, handle_style_error)
  /external/chromium/base/mac/
foundation_util.h 54 void SetOverrideAppBundlePath(const FilePath& file_path);
  /external/chromium/chrome/browser/net/
url_request_mock_http_job.h 19 URLRequestMockHTTPJob(net::URLRequest* request, const FilePath& file_path);
url_request_mock_net_error_job.h 20 const FilePath& file_path);
  /external/webkit/Tools/Scripts/
test-webkitpy 131 file_path = os.path.join(dir_path, file_name)
132 if os.path.abspath(file_path) not in paths_not_to_log:
133 _log.info("Deleting orphan *.pyc file: %s" % file_path)
134 os.remove(file_path)
print-vse-failure-logs 53 file_path = os.path.join(dirpath, file_name)
54 build_log_paths.append(file_path)
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
rebaselineserver_unittest.py 287 file_path = mock_filesystem.join(layout_tests_directory, file)
288 mock_filesystem.files[file_path] = ''
290 file_path = mock_filesystem.join(results_directory, file)
291 mock_filesystem.files[file_path] = ''
  /external/chromium/chrome/browser/chromeos/cros/
mount_library.h 41 const std::string& file_path,
58 const std::string& file_path() const { return file_path_; } function in class:chromeos::MountLibrary::Disk
  /external/chromium/chrome/browser/ui/webui/
mediaplayer_ui.h 35 void EnqueueMediaFile(Profile* profile, const FilePath& file_path,
43 // |file_path|. If there is no mediaplayer currently, show it, and play the
44 // given |file_path|.
45 void ForcePlayMediaFile(Profile* profile, const FilePath& file_path,
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
preparechangelogforrevert_unittest.py 45 (file_descriptor, file_path) = tempfile.mkstemp() # NamedTemporaryFile always deletes the file on close in python < 2.6
48 return file_path
  /external/chromium/base/
path_service.cc 13 #include "base/file_path.h"
213 FilePath file_path = path; local
218 if (!file_util::PathExists(file_path) &&
219 !file_util::CreateDirectory(file_path))
225 if (!file_util::AbsolutePath(&file_path))
234 path_data->cache[key] = file_path;
235 path_data->overrides[key] = file_path;
  /external/webkit/Tools/Scripts/webkitpy/style/
error_handlers_unittest.py 67 file_path=self._file_path,
93 file_path='foo.txt', increment_error_count=lambda: True,
96 file_path=file_path,
107 self.assertFalse(handler.__eq__(make_handler(file_path='bar.txt')))
  /external/chromium/webkit/glue/
resource_loader_bridge.h 27 #include "base/file_path.h"
342 void AppendFileToUpload(const FilePath& file_path) {
343 AppendFileRangeToUpload(file_path, 0, kuint64max, base::Time());
349 const FilePath& file_path,
simple_webmimeregistry_impl.cc 103 const WebString& file_path) {
106 FilePath(WebStringToFilePathString(file_path)), &mime_type);
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
json_results_generator.py 53 def load_json(filesystem, file_path):
54 content = filesystem.read_text_file(file_path)
59 def write_json(filesystem, json_object, file_path):
63 filesystem.write_text_file(file_path, json_string)
190 file_path = self._fs.join(self._results_directory, self.INCREMENTAL_RESULTS_FILENAME)
191 write_json(self._fs, json, file_path)
208 file_path = self._fs.join(self._results_directory, self.FULL_RESULTS_FILENAME)
209 write_json(self._fs, results, file_path)
  /external/chromium/chrome/browser/download/
download_file.cc 18 : BaseFile(info->save_info.file_path,
  /external/chromium/chrome/browser/history/
text_database.h 15 #include "base/file_path.h"
99 static DBIdent FileNameToID(const FilePath& file_path);
top_sites_backend.h 9 #include "base/file_path.h"
92 void ResetDatabaseOnDBThread(const FilePath& file_path);
  /external/chromium/chrome/browser/
plugin_updater.h 13 #include "base/file_path.h"
40 void EnablePlugin(bool enable, const FilePath::StringType& file_path);

Completed in 1133 milliseconds

1 23 4 5 6 7