Searched defs:root_path (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/
H A Dstyle_references.py68 def root_path(self): member in class:WebKitCheckout
/external/chromium/chrome/common/extensions/
H A Dextension_resource_unittest.cc32 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/oprofile/libpp/
H A Dlocate_images.h37 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
H A Dprofile_spec.cpp304 string const & root_path)
343 root_path);
302 create(list<string> const & args, vector<string> const & image_path, string const & root_path) argument
/external/oprofile/pp/
H A Dcommon_option.cpp35 string root_path; member in namespace:options
50 popt::option(options::root_path, "root", 'R',
/external/chromium/chrome/browser/extensions/
H A Dfile_manager_util.cc85 const FilePath& root_path = *iter; local
86 root_path.GetComponents(&components);
91 if (root_path.AppendRelativePath(full_file_path, &path)) {
H A Dextension_file_browser_private_api.cc262 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);
369 RespondSuccessOnUIThread( const std::string& name, const GURL& root_path) argument
/external/chromium/chrome/common/
H A Dzip.cc230 const FilePath& root_path) {
233 WideToUTF8(path.value().substr(root_path.value().length() + 1));
236 std::string str_path = path.value().substr(root_path.value().length() + 1);
229 AddEntryToZip(zipFile zip_file, const FilePath& path, const FilePath& root_path) argument
/external/srec/srec/include/
H A Dastar.h103 partial_path* root_path; /* root is the rightmost partial path member in struct:__anon12399
/external/chromium/base/
H A Dfile_util.cc276 int64 ComputeDirectorySize(const FilePath& root_path) { argument
278 FileEnumerator file_iter(root_path, true, FileEnumerator::FILES);
H A Dfile_util_posix.cc617 FileEnumerator::FileEnumerator(const FilePath& root_path, argument
621 root_path_(root_path),
626 pending_paths_.push(root_path);
629 FileEnumerator::FileEnumerator(const FilePath& root_path, argument
634 root_path_(root_path),
637 pattern_(root_path.Append(pattern).value()) {
640 // The Windows version of this code appends the pattern to the root_path,
645 pending_paths_.push(root_path);
H A Dfile_util_win.cc841 FileEnumerator::FileEnumerator(const FilePath& root_path, argument
850 pending_paths_.push(root_path);
853 FileEnumerator::FileEnumerator(const FilePath& root_path, argument
864 pending_paths_.push(root_path);
/external/genext2fs/
H A Dgenext2fs.c1631 prep_stat(const char *root_path) argument
1633 int len = strlen(root_path);
1635 if((len >= 4) && (!strcmp(root_path + len - 4, "data"))) {
1637 } else if((len >= 7) && (!strcmp(root_path + len - 6, "system"))) {

Completed in 329 milliseconds