HomeSort by relevance Sort by last modified time
    Searched refs:cache_location (Results 1 - 4 of 4) sorted by null

  /bootable/recovery/otautil/
cache_location.cpp 17 #include "otautil/cache_location.h"
24 static CacheLocation cache_location; local
25 return cache_location;
  /external/webrtc/webrtc/modules/audio_device/
fine_audio_buffer.cc 102 size_t cache_location = desired_frame_size_bytes_; local
103 int8_t* cache_ptr = &buffer[cache_location];
  /art/runtime/base/
file_utils.h 58 // rooted at cache_location.
59 bool GetDalvikCacheFilename(const char* file_location, const char* cache_location,
file_utils.cc 269 bool GetDalvikCacheFilename(const char* location, const char* cache_location,
283 *filename = StringPrintf("%s/%s", cache_location, cache_file.c_str());

Completed in 215 milliseconds