OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSourcePath
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/aapt/
CrunchCache.cpp
19
:
mSourcePath
(sourcePath), mDestPath(destPath), mSourceFiles(0), mDestFiles(0), mFileFinder(ff)
46
const char* rPathPtr = mSourceFiles.keyAt(0).string()+
mSourcePath
.length();
54
cu->processImage(
mSourcePath
.appendPathCopy(relativePath),
88
mFileFinder->findFiles(
mSourcePath
, mExtensions, mSourceFiles,dw);
101
time_t sourceDate = mSourceFiles.valueFor(
mSourcePath
.appendPathCopy(relativePath));
CrunchCache.h
88
String8
mSourcePath
;
Completed in 109 milliseconds