OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:target_copy_path
(Results
1 - 2
of
2
) sorted by null
/external/skia/bin/
fetch-clang-format
44
target_copy_path
= os.path.join('bin', os.path.basename(target_path))
45
if sha1_of_file(
target_copy_path
) != sha1:
46
shutil.copy(target_path,
target_copy_path
)
/external/skqp/bin/
fetch-clang-format
44
target_copy_path
= os.path.join('bin', os.path.basename(target_path))
45
if sha1_of_file(
target_copy_path
) != sha1:
46
shutil.copy(target_path,
target_copy_path
)
Completed in 549 milliseconds