OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:orig_path
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/content/common/
plugin_list_posix.cc
510
base::FilePath
orig_path
= path;
local
513
path =
orig_path
;
515
<< "Resolved " <<
orig_path
.value() << " -> " << path.value();
535
if (
orig_path
.value().find(kNetscapeInPath) == std::string::npos) {
537
path =
orig_path
;
541
<< kNetscapeInPath << ", so skipping " <<
orig_path
.value();
/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
304
orig_path
= dir_to_copy['dirname']
306
subpath = os.path.relpath(
orig_path
, self.repo_dir)
Completed in 364 milliseconds