| /external/oprofile/libpp/ |
| locate_images.cpp | 60 root_path = op_realpath(root_path_); 61 if (!root_path.empty()) 62 root_path = op_realpath(root_path); 64 if (root_path.empty() && archive_path.empty()) 68 if (!root_path.empty() && root_path != archive_path) 69 populate(paths, root_path); 130 // Skip search since root_path can be non empty and we want 131 // to lookup only in root_path in this case [all...] |
| 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/v8/test/mozilla/ |
| testcfg.py | 106 root_path = root[len(self.root):].split(os.path.sep) 107 root_path = current_path + [x for x in root_path if x] 109 for i in xrange(len(root_path)): 110 if i == 0: dir = root_path[1:] 111 else: dir = root_path[1:-i] 119 full_path = root_path + [file[:-3]]
|
| /bootable/recovery/ |
| install.h | 23 int install_package(const char *root_path);
|
| /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/v8/test/es5conform/ |
| testcfg.py | 86 root_path = root[len(self.root):].split(os.path.sep) 87 root_path = current_path + [x for x in root_path if x] 91 full_path = root_path + [file[:-3]]
|
| /external/v8/test/test262/ |
| testcfg.py | 87 root_path = root[len(self.root):].split(os.path.sep) 88 root_path = current_path + [x for x in root_path if x] 92 if self.Contains(path, root_path):
|
| /external/srec/srec/crec/ |
| astar.c | 423 partial_path* parp1 = stack->root_path; 424 /* append_arc_arriving(stack->root_path, parp); */ 547 stack->root_path = 0; 583 stack->root_path = make_new_partial_path(stack); 584 ASSERT(stack->root_path); 585 stack->root_path->refcount = 9999; 586 stack->root_path->token_index = MAXwtokenID; 587 stack->root_path->word = MAXwordID; 604 append_arc_arriving(stack->root_path, parp); 635 if (stack->root_path) [all...] |
| /external/chromium/chrome/browser/sync/syncable/ |
| directory_manager.h | 51 // root_path specifies where db is stored. 52 explicit DirectoryManager(const FilePath& root_path);
|
| /external/oprofile/pp/ |
| common_option.h | 28 extern std::string root_path;
|
| oparchive_options.cpp | 100 profile_spec::create(spec.common, image_path, root_path);
|
| opgprof_options.cpp | 114 options::root_path);
|
| common_option.cpp | 35 string root_path; member in namespace:options 50 popt::option(options::root_path, "root", 'R',
|
| opannotate_options.cpp | 126 options::root_path);
|
| /external/quake/quake/src/QW/dxsdk/sdk/inc/ |
| dsetup.h | 52 int WINAPI DirectXSetup( HWND hwnd, LPSTR root_path, DWORD flags );
|
| /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/ |
| DSETUP.H | 52 int WINAPI DirectXSetup( HWND hwnd, LPSTR root_path, DWORD flags );
|
| /development/testrunner/ |
| android_build.py | 43 root_path = os.getenv("ANDROID_BUILD_TOP") 44 if root_path is None: 47 return root_path
|
| coverage.py | 226 def _FindCoverageFiles(self, root_path): 227 """Finds all files in <root_path>/*/*.<_TEST_COVERAGE_EXT>. 230 root_path: absolute file path string to search from 234 file_pattern = os.path.join(root_path, "*", "*.%s" %
|
| /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/chromium/chrome/common/ |
| zip.cc | 230 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);
|
| /external/chromium/base/ |
| file_util_posix.cc | 617 FileEnumerator::FileEnumerator(const FilePath& root_path, 621 root_path_(root_path), 626 pending_paths_.push(root_path); 629 FileEnumerator::FileEnumerator(const FilePath& root_path, 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);
|
| file_util.h | 80 // Returns the total number of bytes used by all the files under |root_path|. 85 BASE_API int64 ComputeDirectorySize(const FilePath& root_path); 428 // |root_path| is the starting directory to search for. It may or may not end 445 // NOTE: the pattern only matches the contents of root_path, not files in 448 FileEnumerator(const FilePath& root_path, 451 FileEnumerator(const FilePath& root_path,
|
| /external/webkit/Tools/Scripts/webkitpy/ |
| style_references.py | 68 def root_path(self): member in class:WebKitCheckout
|
| /external/llvm/include/llvm/Support/ |
| PathV2.h | 197 const StringRef root_path(StringRef path); 206 /// @result The path starting after root_path if one exists, otherwise "". 285 /// root_path != ""
|