OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cache_location
(Results
1 - 3
of
3
) sorted by null
/art/runtime/native/
dalvik_system_DexFile.cc
259
std::string
cache_location
(GetDalvikCacheFilenameOrDie(filename.c_str()));
260
oat_file.reset(OatFile::Open(
cache_location
, filename.c_str(), NULL, false));
262
LOG(INFO) << "DexFile_isDexOptNeeded cache file " <<
cache_location
273
LOG(INFO) << "DexFile_isDexOptNeeded cache file " <<
cache_location
281
LOG(INFO) << "DexFile_isDexOptNeeded cache file " <<
cache_location
297
LOG(INFO) << "DexFile_isDexOptNeeded cache file " <<
cache_location
303
LOG(INFO) << "DexFile_isDexOptNeeded cache file " <<
cache_location
/art/oatdump/
oatdump.cc
778
std::string
cache_location
(GetDalvikCacheFilenameOrDie(image_filename_));
779
file.reset(OS::OpenFileForReading(
cache_location
.c_str()));
782
<< " and " <<
cache_location
;
local
[
all
...]
/art/runtime/
class_linker.cc
958
LOG(INFO) << "Failed to open oat file from " << odex_filename << " or " <<
cache_location
<< ".";
local
[
all
...]
Completed in 45 milliseconds