OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:command_output
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/utils/
update_build_version.py
40
def
command_output
(cmd, dir):
function
86
return
command_output
(['git', 'describe'], dir).rstrip().decode()
89
return
command_output
(
/prebuilts/ndk/r13/sources/third_party/shaderc/utils/
update_build_version.py
37
def
command_output
(cmd, dir):
function
83
return
command_output
(['git', 'describe'], dir).rstrip().decode()
86
return
command_output
(
Completed in 94 milliseconds