OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dalvik_cache_
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
common_runtime_test.cc
192
dalvik_cache_
.append(android_data_.c_str());
193
dalvik_cache_
.append("/dalvik-cache");
194
int mkdir_result = mkdir(
dalvik_cache_
.c_str(), 0700);
267
ClearDirectory(
dalvik_cache_
.c_str());
268
int rmdir_cache_result = rmdir(
dalvik_cache_
.c_str());
common_runtime_test.h
111
std::string
dalvik_cache_
;
member in class:art::CommonRuntimeTest
Completed in 615 milliseconds