OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_script
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/android/
adb_remote_setup.sh
12
local
new_script
="${script}.new"
14
curl -sSf -o "$
new_script
" "$script_url" || return
15
chmod +x "$
new_script
" || return
20
if mv "$
new_script
" "$script"; then
/external/chromium_org/content/public/test/
browser_test_utils.cc
446
std::string
new_script
=
local
448
return ExecuteScriptHelper(adapter.render_frame_host(),
new_script
, NULL);
Completed in 39 milliseconds