HomeSort by relevance Sort by last modified time
    Searched full:relative_path (Results 26 - 50 of 198) sorted by null

12 3 4 5 6 7 8

  /external/protobuf/gtest/scripts/
fuse_gtest_files.py 86 def VerifyFileExists(directory, relative_path):
89 relative_path is the file path relative to the given directory.
92 if not os.path.isfile(os.path.join(directory, relative_path)):
93 print 'ERROR: Cannot find %s in directory %s.' % (relative_path,
110 def VerifyOutputFile(output_dir, relative_path):
113 relative_path is relative to the output_dir directory.
117 output_file = os.path.join(output_dir, relative_path)
123 (relative_path, output_dir))
  /external/chromium_org/chrome/browser/media_galleries/mac/
mtp_device_delegate_impl_mac.mm 287 base::FilePath relative_path;
288 root_path_.AppendRelativePath(device_file_path, &relative_path);
291 ReadFileRequest(relative_path.value(), local_path,
294 camera_interface_->DownloadFile(relative_path.value(), local_path);
340 base::FilePath relative_path(name);
342 relative_path.GetComponents(&components);
388 base::FilePath relative_path;
389 read_path.AppendRelativePath(file_paths_[i], &relative_path);
392 entry.name = relative_path.value();
439 base::FilePath relative_path(name)
    [all...]
  /external/chromium_org/extensions/common/manifest_handlers/
csp_info.h 32 const std::string& relative_path);
sandboxed_page_info.h 30 const std::string& relative_path);
web_accessible_resources_info.h 25 const std::string& relative_path);
webview_info.h 30 const std::string& relative_path);
csp_info.cc 67 const std::string& relative_path) {
68 return SandboxedPageInfo::IsSandboxedPage(extension, relative_path) ?
shared_module_info.h 38 const std::string& relative_path);
  /external/chromium_org/google_apis/drive/
test_util.cc 38 base::FilePath GetTestFilePath(const std::string& relative_path) {
45 .Append(base::FilePath::FromUTF8Unsafe(relative_path));
82 scoped_ptr<base::Value> LoadJSONFile(const std::string& relative_path) {
83 base::FilePath path = GetTestFilePath(relative_path);
  /external/chromium_org/webkit/browser/fileapi/
file_system_dir_url_request_job.cc 137 base::FilePath relative_path = url_.path(); local
139 relative_path =
140 base::FilePath(FILE_PATH_LITERAL("/") + relative_path.value());
142 const base::string16& title = relative_path.LossyDisplayName();
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
content_scripts_handler.cc 282 resource.extension_root(), resource.relative_path(), url));
301 resource.extension_root(), resource.relative_path(), url));
311 const base::FilePath& relative_path,
319 relative_path.LossyDisplayName());
326 relative_path.LossyDisplayName());
463 js_script.extension_root(), js_script.relative_path(),
465 if (!IsScriptValid(path, js_script.relative_path(),
473 css_script.extension_root(), css_script.relative_path(),
475 if (!IsScriptValid(path, css_script.relative_path(),
  /external/chromium_org/extensions/browser/
verified_contents.h 50 // for |relative_path| computing using a tree hash algorithm.
51 const std::string* GetTreeHashRoot(const base::FilePath& relative_path);
content_hash_fetcher.cc 348 base::FilePath relative_path; local
349 extension_path_.AppendRelativePath(full_path, &relative_path);
352 verified_contents.GetTreeHashRoot(relative_path);
388 VLOG(1) << "content mismatch for " << relative_path.AsUTF8Unsafe();
389 hash_mismatch_paths_.insert(relative_path);
393 writer.AddHashes(relative_path, block_size_, hashes);
extension_protocols.cc 167 const base::FilePath& relative_path,
184 resource_(extension_id, directory_path, relative_path),
465 base::FilePath relative_path =
499 relative_path = base::FilePath::FromUTF8Unsafe(new_relative_path);
508 verifier->CreateJobFor(extension_id, directory_path, relative_path);
517 relative_path,
content_verifier.h 45 const base::FilePath& relative_path);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
__init__.py 93 getbaseclasses(Relative_Path)
160 'RlPt' : Relative_Path,
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
core-extensions.rb 184 # File.relative_path('rel/path') # => './rel/path'
185 # File.relative_path('/some/abs/path', '/some') # => './abs/path'
186 # File.relative_path('/some/file.txt', '/some/abs/path') # => '../../file.txt'
187 def self.relative_path( target, reference = Dir.pwd ) singleton method in class:File
  /external/chromium_org/components/storage_monitor/
media_storage_util.cc 140 base::FilePath* relative_path) {
142 DCHECK(relative_path);
160 *relative_path = sub_folder_path;
181 *relative_path = base::FilePath();
  /external/chromium_org/chrome/browser/extensions/api/
execute_code_function.cc 105 resource_.relative_path().AsUTF8Unsafe());
194 if (resource_.extension_root().empty() || resource_.relative_path().empty()) {
202 resource_.extension_root(), resource_.relative_path(),
  /external/chromium_org/third_party/zlib/google/
zip.cc 54 base::FilePath relative_path; local
55 bool result = root_path.AppendRelativePath(path, &relative_path);
57 std::string str_path = relative_path.AsUTF8Unsafe();
  /external/chromium_org/ui/resources/resource_check/
resource_scale_factors.py 78 relative_path = self.input_api.os_path.relpath(f.LocalPath(),
80 if relative_path not in files:
81 files.append(relative_path)
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_preferences.cc 526 base::FilePath relative_path; local
528 if (MediaStorageUtil::GetDeviceInfoFromPath(path, &info, &relative_path)) {
529 AddGalleryInternal(info.device_id(), base::string16(), relative_path,
684 base::FilePath relative_path; local
685 if (!MediaStorageUtil::GetDeviceInfoFromPath(path, &info, &relative_path)) {
691 relative_path = relative_path.NormalizePathSeparators();
698 if (gallery.path != relative_path)
716 gallery_info->path = relative_path;
756 const base::FilePath& relative_path,
    [all...]
  /external/chromium_org/chrome/browser/extensions/
user_script_master.cc 185 const base::FilePath& relative_path,
188 verifier->CreateJobFor(extension_id, extension_root, relative_path));
202 script_file->extension_root(), script_file->relative_path(),
208 script_file->extension_root(), script_file->relative_path(),
214 << script_file->relative_path().value() << " from "
227 script_file->relative_path(),
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/
mount_path_util_unittest.cc 48 base::FilePath relative_path(file_path.value().substr(1));
52 base::FilePath(mount_path.BaseName().Append(relative_path)));
  /external/chromium_org/chrome/browser/plugins/
plugin_prefs.cc 397 base::FilePath relative_path; local
400 // |last_internal_dir|. For example, |relative_path| will be
404 // removed and prepended to |relative_path| until we get up to
407 relative_path = plugin_path.BaseName().Append(relative_path);
418 // If |relative_path| is empty, |plugin_path| is not within
420 if (!relative_path.empty()) {
421 plugin_path = cur_internal_dir.Append(relative_path);

Completed in 1039 milliseconds

12 3 4 5 6 7 8