OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OUT_ENTRIES
(Results
1 - 2
of
2
) sorted by null
/prebuilts/tools/linux-x86_64/kythe/studio/
serve_studio_kythe.sh
15
OUT_ENTRIES
="${OUT}/entries"
32
find "${
OUT_ENTRIES
}" -empty -type f -delete
33
ENTRIES=$(find "${
OUT_ENTRIES
}" -name *.entries \
build_studio_kythe.sh
25
OUT_ENTRIES
="${OUT}/entries"
26
mkdir -p "${
OUT_ENTRIES
}"
47
cd "${
OUT_ENTRIES
}"
63
"${GSUTIL}" -m cp "${
OUT_ENTRIES
}/*" "${GSBUCKET}/${TIMESTAMP}/"
Completed in 85 milliseconds