OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sha1_path
(Results
1 - 2
of
2
) sorted by null
/external/skia/bin/
fetch-clang-format
22
sha1_path
= target_path + '.sha1'
23
if not os.path.exists(
sha1_path
):
24
print
sha1_path
, 'is missing. Did you run `tools/git-sync-deps`?'
26
sha1 = open(
sha1_path
).read().strip()
/external/skqp/bin/
fetch-clang-format
22
sha1_path
= target_path + '.sha1'
23
if not os.path.exists(
sha1_path
):
24
print
sha1_path
, 'is missing. Did you run `tools/git-sync-deps`?'
26
sha1 = open(
sha1_path
).read().strip()
Completed in 230 milliseconds