HomeSort by relevance Sort by last modified time
    Searched refs:orig_path (Results 1 - 6 of 6) sorted by null

  /external/lldb/source/Target/
PathMappingList.cpp 230 char orig_path[PATH_MAX]; local
232 const size_t orig_path_len = orig_spec.GetPath (orig_path, sizeof(orig_path));
242 if (::strncmp (pos->first.GetCString(), orig_path, prefix_len) == 0)
244 const size_t new_path_len = snprintf(new_path, sizeof(new_path), "%s/%s", pos->second.GetCString(), orig_path + prefix_len);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_hotshot.py 117 orig_path = sys.path
127 sys.path = orig_path
test_import.py 185 orig_path = os.path
191 self.assertIs(orig_path, new_os.path)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_hotshot.py 117 orig_path = sys.path
127 sys.path = orig_path
test_import.py 185 orig_path = os.path
191 self.assertIs(orig_path, new_os.path)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_importer.py 331 orig_path = dir_to_copy['dirname']
333 subpath = os.path.relpath(orig_path, self.top_of_repo)

Completed in 373 milliseconds