OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:git_path
(Results
1 - 2
of
2
) sorted by null
/system/media/camera/docs/
metadata-generate
85
local
git_path
="$(cd "$dir_path";
94
echo "No changes in ${
git_path
}" >& /dev/null
96
echo "There are changes in ${
git_path
}" >& /dev/null
97
git_directories+=("$
git_path
")
/external/skia/tools/skpdiff/
skpdiff_server.py
168
git_path
= os.path.relpath(path, SKIA_ROOT_DIR).replace('\\', '/')
169
git_show_proc = subprocess.Popen(['git', 'show', 'HEAD:' +
git_path
],
Completed in 573 milliseconds