HomeSort by relevance Sort by last modified time
    Searched refs:file_path (Results 251 - 275 of 708) sorted by null

<<11121314151617181920>>

  /external/chromium_org/tools/perf/benchmarks/
jsgamebench.py 42 file_path=os.path.dirname(__file__))
scirra.py 60 file_path=os.path.abspath(__file__))
speedometer.py 43 file_path=os.path.abspath(__file__),
  /external/chromium_org/webkit/browser/blob/
file_stream_reader.h 34 // Creates a new FileReader for a local file |file_path|.
45 const base::FilePath& file_path,
local_file_stream_reader.cc 28 const base::FilePath& file_path,
31 return new LocalFileStreamReader(task_runner, file_path, initial_offset,
62 const base::FilePath& file_path,
66 file_path_(file_path),
  /external/lldb/source/API/
SBDeclaration.cpp 190 char file_path[PATH_MAX*2]; local
191 m_opaque_ap->GetFile().GetPath (file_path, sizeof (file_path));
192 strm.Printf ("%s:%u", file_path, GetLine());
  /external/sfntly/cpp/src/sfntly/port/
file_input_stream.cc 149 bool FileInputStream::Open(const char* file_path) {
150 assert(file_path);
155 fopen_s(&file_, file_path, "rb");
157 file_ = fopen(file_path, "rb");
  /hardware/qcom/gps/utils/
loc_target.cpp 68 static int read_a_line(const char * file_path, char * line, int line_size)
74 fp = fopen(file_path, "r" );
76 LOC_LOGE("open failed: %s: %s\n", file_path, strerror(errno));
84 LOC_LOGD("cat %s: %s", file_path, line);
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
download_operation.h 73 // specified by |file_path|.
75 const base::FilePath& file_path,
105 const base::FilePath& file_path,
get_file_for_saving_operation.h 54 // Makes sure that |file_path| in the file system is available in the local
58 void GetFileForSaving(const base::FilePath& file_path,
66 void GetFileForSavingAfterCreate(const base::FilePath& file_path,
  /external/chromium_org/chrome/browser/chromeos/drive/
write_on_cache_file_unittest.cc 31 // Mimics OpenFile. It fails if the |file_path| points to a hosted document.
32 virtual void OpenFile(const base::FilePath& file_path,
39 if (file_path == base::FilePath(kInvalidPath)) {
  /external/chromium_org/chrome/browser/chromeos/extensions/
external_cache.cc 124 base::FilePath* file_path,
126 return local_cache_.GetExtension(id, file_path, version);
241 base::FilePath file_path; local
243 if (local_cache_.GetExtension(it.key(), &file_path, &version)) {
256 file_path.value());
280 const base::FilePath& file_path,
284 base::Bind(base::IgnoreResult(&base::DeleteFile), file_path, true));
315 file_path.value());
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_tasks.cc 71 const base::FilePath& file_path = it->first; local
74 if (mime_type.empty() && !drive::util::IsUnderDriveMountPoint(file_path)) {
75 int bytes_read = base::ReadFile(file_path, &content[0], content.size());
79 net::FilePathToFileURL(file_path),
84 sniffed_path_mime_set.insert(std::make_pair(file_path, mime_type));
181 const base::FilePath file_path = file_system_url.path(); local
187 mime_type = file_manager::util::GetMimeTypeForPath(file_path);
189 path_mime_set->insert(std::make_pair(file_path, mime_type));
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
file_stream_reader.cc 50 parser.file_path(),
54 callback, parser.file_system()->GetWeakPtr(), parser.file_path()));
61 const base::FilePath& file_path,
68 base::Bind(callback, file_system, file_path, file_handle, result));
120 const base::FilePath& file_path,
130 file_system->GetMetadata(file_path, callback);
183 const base::FilePath& file_path,
196 file_path_ = file_path;
file_stream_reader.h 9 #include "base/files/file_path.h"
29 const base::FilePath& file_path,
58 const base::FilePath& file_path,
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
removable_storage_provider_linux.cc 25 base::FilePath file_path(path);
26 std::string device = file_path.BaseName().value();
  /external/chromium_org/content/browser/download/
download_stats.h 143 const base::FilePath& file_path);
149 const base::FilePath& file_path);
  /external/chromium_org/content/child/
simple_webmimeregistry_impl.cc 7 #include "base/files/file_path.h"
93 const WebString& file_path) {
95 net::GetMimeTypeFromFile(base::FilePath::FromUTF16Unsafe(file_path),
  /external/chromium_org/content/test/
weburl_loader_mock_factory.h 10 #include "base/files/file_path.h"
80 base::FilePath file_path; member in struct:WebURLLoaderMockFactory::ResponseInfo
96 static bool ReadFile(const base::FilePath& file_path, blink::WebData* data);
  /external/chromium_org/extensions/browser/api/storage/
local_value_store_cache.cc 11 #include "base/files/file_path.h"
88 const base::FilePath& file_path = local
92 quota_, storage_factory_->Create(file_path, extension->id())));
  /external/chromium_org/net/url_request/
url_fetcher_response_writer.h 11 #include "base/files/file_path.h"
84 // |file_path| is used as the destination path. If |file_path| is empty,
88 const base::FilePath& file_path);
91 const base::FilePath& file_path() const { return file_path_; } function in class:net::URLFetcherFileWriter
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
convert_svg_images_to_png.py 66 svg_file_names = [re.sub(".svg$", "", re.sub(".*/", "", file_path)) for file_path in svg_file_paths_to_convert]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
png.py 40 def __init__(self, file_path, handle_style_error, scm=None, host=None):
41 self._file_path = file_path
  /external/chromium_org/third_party/libxml/chromium/
libxml_utils.cc 35 bool XmlReader::LoadFile(const std::string& file_path) {
38 reader_ = xmlReaderForFile(file_path.c_str(), NULL, kParseOptions);
  /external/chromium_org/tools/json_schema_compiler/
preview.py 193 file_path = '%s/%s.%s' % (basedir, unix_name, loader_ext)
194 if os.path.exists(file_path):
197 return (loader_fn(file_path)[0], file_path)
212 (api_def, file_path) = self._LoadModel(filedir, filename)
213 namespace = api_model.AddNamespace(api_def, file_path)
225 (api_def, file_path) = self._LoadModel(filedir, dependency)
226 referenced_namespace = api_model.AddNamespace(api_def, file_path)

Completed in 3672 milliseconds

<<11121314151617181920>>