Searched defs:cache_file (Results 1 - 3 of 3) sorted by relevance

/system/core/libbacktrace/
H A DBacktraceOffline.h48 bool cache_file)
50 cache_file_(cache_file),
47 BacktraceOffline(pid_t pid, pid_t tid, BacktraceMap* map, const backtrace_stackinfo_t& stack, bool cache_file) argument
H A DBacktraceOffline.cpp883 const backtrace_stackinfo_t& stack, bool cache_file) {
884 return new BacktraceOffline(pid, tid, map, stack, cache_file);
882 CreateOffline(pid_t pid, pid_t tid, BacktraceMap* map, const backtrace_stackinfo_t& stack, bool cache_file) argument
/system/extras/preopt2cachename/
H A Dpreopt2cachename.cpp68 /*in-out*/std::string& cache_file) {
77 size_t cache_file_position = cache_file.size();
78 cache_file += file_location.substr(initial_position, apk_position);
80 cache_file_position = cache_file.find('/', cache_file_position);
82 cache_file[cache_file_position] = '@';
83 cache_file_position = cache_file.find('/', cache_file_position);
97 cache_file += apk_name;
100 cache_file += kVdexCacheSuffix;
102 cache_file += kArtCacheSuffix;
104 cache_file
67 SystemBFilenameToCacheFile(const std::string& file_location, std::string& cache_file) argument
[all...]

Completed in 302 milliseconds