HomeSort by relevance Sort by last modified time
    Searched refs:root_path (Results 1 - 25 of 39) sorted by null

1 2

  /bootable/recovery/
install.h 27 // Install the package specified by root_path. If INSTALL_SUCCESS is
30 int install_package(const char *root_path, int* wipe_cache,
  /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
profile_spec.h 43 std::string const & root_path);
  /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]]
  /development/testrunner/
android_build.py 43 root_path = os.getenv("ANDROID_BUILD_TOP")
44 if root_path is None:
48 return 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/icu4c/test/depstest/
depstest.py 41 def _ReadObjFile(root_path, library_name, obj_name):
50 path = os.path.join(root_path, library_name, obj_name)
81 def _ReadLibrary(root_path, library_name):
82 obj_paths = glob.glob(os.path.join(root_path, library_name, "*.o"))
84 _ReadObjFile(root_path, library_name, os.path.basename(path))
136 def Process(root_path):
152 _ReadLibrary(root_path, library_name)
  /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);
opannotate_options.cpp 126 options::root_path);
  /external/v8/test/test262/
testcfg.py 90 root_path = root[len(self.root):].split(os.path.sep)
91 root_path = current_path + [x for x in root_path if x]
  /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/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 );
  /external/webkit/Tools/Scripts/
check-webkit-style 104 checkout_root = checkout.root_path()
  /external/webkit/Tools/Scripts/webkitpy/
style_references.py 68 def root_path(self): member in class:WebKitCheckout
  /external/srec/srec/include/
astar.h 103 partial_path* root_path; /* root is the rightmost partial path member in struct:__anon15415
  /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)) {
  /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.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/llvm/include/llvm/Support/
PathV2.h 210 const StringRef root_path(StringRef path);
221 /// @result The path starting after root_path if one exists, otherwise "".
319 /// root_path != ""

Completed in 560 milliseconds

1 2