OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USERS_TMP_FILE
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/remoting/host/installer/mac/Scripts/
remoting_preflight.sh
13
USERS_TMP_FILE
="$SCRIPT_FILE.users"
51
rm -f "$
USERS_TMP_FILE
"
55
echo "$uid" >> "$
USERS_TMP_FILE
"
remoting_postflight.sh
13
USERS_TMP_FILE
="$SCRIPT_FILE.users"
38
trap 'rm -f "$
USERS_TMP_FILE
"' EXIT
91
id -u "$USER" >> "$
USERS_TMP_FILE
"
94
if [[ -r "$
USERS_TMP_FILE
" ]]; then
95
for uid in $(sort "$
USERS_TMP_FILE
" | uniq); do
Completed in 39 milliseconds