OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:my_dirname
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/build/linux/unbundle/
replace_gyp_files.py
47
my_dirname
= os.path.dirname(__file__)
49
os.path.join(
my_dirname
, '..', '..', '..'))
76
shutil.copyfile(os.path.join(
my_dirname
, os.path.basename(path)),
remove_bundled_libraries.py
19
my_dirname
= os.path.abspath(os.path.dirname(__file__))
21
os.path.join(
my_dirname
, '..', '..', '..'))
23
if os.path.join(source_tree_root, 'build', 'linux', 'unbundle') !=
my_dirname
:
Completed in 60 milliseconds