OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCacheName
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/libbcc/lib/ExecutionEngine/
Script.cpp
188
mCacheName
= cacheName;
221
mCacheName
= cacheName;
251
if (mCacheDir.empty() ||
mCacheName
.empty()) {
258
std::string objPath(mCacheDir +
mCacheName
+ ".jit-image");
259
std::string infoPath(mCacheDir +
mCacheName
+ ".oBCC"); // TODO: .info instead
261
std::string objPath(mCacheDir +
mCacheName
+ ".o");
262
std::string infoPath(mCacheDir +
mCacheName
+ ".info");
382
!
mCacheName
.empty() &&
390
std::string objPath(mCacheDir +
mCacheName
+ ".jit-image");
391
std::string infoPath(mCacheDir +
mCacheName
+ ".oBCC")
[
all
...]
Script.h
64
std::string
mCacheName
;
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProvider.java
727
private final String
mCacheName
;
732
mCacheName
= name;
[
all
...]
Completed in 30 milliseconds