OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmp_cache
(Results
1 - 2
of
2
) sorted by null
/frameworks/testing/uiautomator/cmds/uiautomator/
uiautomator
39
tmp_cache
=${run_base}/dalvik-cache
41
if [ ! -d ${
tmp_cache
} ]; then
42
mkdir -p ${
tmp_cache
}
/external/chromium_org/webkit/browser/appcache/
appcache_group.cc
115
AppCache*
tmp_cache
= newest_complete_cache_;
local
117
tmp_cache
->set_owning_group(NULL); // may cause this group to be deleted
124
AppCache*
tmp_cache
= *it;
local
126
tmp_cache
->set_owning_group(NULL); // may cause group to be released
Completed in 47 milliseconds