OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chrome_src_dir
(Results
1 - 2
of
2
) sorted by null
/external/skia/tools/
build_command_buffer.py
63
chrome_src_dir
= os.path.join(args.chrome_dir, 'src')
65
if not os.path.isdir(
chrome_src_dir
):
66
sys.exit(
chrome_src_dir
+ ' is not a directory.')
96
subprocess.check_call(['git', 'fetch'], cwd=
chrome_src_dir
)
99
error.cmd,
chrome_src_dir
))
103
cwd=
chrome_src_dir
)
106
error.cmd,
chrome_src_dir
))
112
cwd=
chrome_src_dir
)
115
error.cmd,
chrome_src_dir
))
119
subprocess.check_call([gclient, 'runhooks'], cwd=
chrome_src_dir
)
[
all
...]
/external/skqp/tools/
build_command_buffer.py
63
chrome_src_dir
= os.path.join(args.chrome_dir, 'src')
65
if not os.path.isdir(
chrome_src_dir
):
66
sys.exit(
chrome_src_dir
+ ' is not a directory.')
96
subprocess.check_call(['git', 'fetch'], cwd=
chrome_src_dir
)
99
error.cmd,
chrome_src_dir
))
103
cwd=
chrome_src_dir
)
106
error.cmd,
chrome_src_dir
))
112
cwd=
chrome_src_dir
)
115
error.cmd,
chrome_src_dir
))
119
subprocess.check_call([gclient, 'runhooks'], cwd=
chrome_src_dir
)
[
all
...]
Completed in 220 milliseconds