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

  /external/chromium/chrome/common/extensions/
extension_resource_unittest.cc 32 FilePath root_path; local
33 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &root_path));
38 ExtensionResource resource(extension_id, root_path, relative_path);
41 EXPECT_EQ(root_path.value(), resource.extension_root().value());
  /external/webkit/Tools/Scripts/webkitpy/
style_references.py 68 def root_path(self): member in class:WebKitCheckout
  /external/oprofile/libpp/
locate_images.h 37 std::string const & root_path);
76 /// a filename with the archive_path or root_path stripped.
99 std::string root_path; member in class:extra_images
  /external/chromium/chrome/browser/extensions/
file_manager_util.cc 85 const FilePath& root_path = *iter; local
86 root_path.GetComponents(&components);
91 if (root_path.AppendRelativePath(full_file_path, &path)) {
extension_file_browser_private_api.cc 262 const GURL& root_path) OVERRIDE {
275 root_path));
370 const std::string& name, const GURL& root_path) {
375 dict->SetString("path", root_path.spec());
546 FilePath root_path = local
552 FilePath final_file_path = root_path.Append(virtual_path);
    [all...]
  /external/oprofile/pp/
common_option.cpp 35 string root_path; member in namespace:options
50 popt::option(options::root_path, "root", 'R',
  /external/srec/srec/include/
astar.h 103 partial_path* root_path; /* root is the rightmost partial path member in struct:__anon15417

Completed in 175 milliseconds