OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bin_path
(Results
1 - 2
of
2
) sorted by null
/external/clang/utils/check_cfc/
test_check_cfc.py
20
bin_path
= r'/usr/bin'
26
bin_path
, check_cfc.remove_dir_from_path(
bin_path
,
bin_path
))
31
[superstring_path,
bin_path
, space_path,
bin_path
])
32
stripped_path_var = check_cfc.remove_dir_from_path(path_var,
bin_path
)
34
self.assertNotIn(
bin_path
, stripped_path_var.split(os.pathsep))
39
check_cfc.remove_dir_from_path(r'/usr//bin',
bin_path
))
45
bin_path
, check_cfc.remove_dir_from_path(path_var, r'/USR/BIN')
[
all
...]
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
linux_platform_backend.py
156
bin_path
= binary_manager.FetchPath(
158
if not
bin_path
:
160
os.environ['PATH'] += os.pathsep + os.path.dirname(
bin_path
)
163
cloud_storage.GetIfChanged(
bin_path
, cloud_storage.INTERNAL_BUCKET)
164
os.chmod(
bin_path
, 0755)
Completed in 49 milliseconds