OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:appendPathCopy
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/tools/aapt/
CrunchCache.cpp
55
cu->processImage(mSourcePath.
appendPathCopy
(relativePath),
56
mDestPath.
appendPathCopy
(relativePath));
63
mDestFiles.removeItem(mDestPath.
appendPathCopy
(relativePath));
102
time_t sourceDate = mSourceFiles.valueFor(mSourcePath.
appendPathCopy
(relativePath));
103
time_t destDate = mDestFiles.valueFor(mDestPath.
appendPathCopy
(relativePath));
DirectoryWalker.h
80
String8 fullPath = mBasePath.
appendPathCopy
(mEntry.d_name);
FileFinder.cpp
60
String8 fullPath = basePath.
appendPathCopy
(entryName);
AaptAssets.cpp
627
sp<AaptDir> dir = new AaptDir(name, subdir->mPath.
appendPathCopy
(name));
649
group = new AaptGroup(leafName, mPath.
appendPathCopy
(leafName));
688
fullResPaths->add(srcDir.
appendPathCopy
(name));
713
subdir = new AaptDir(fileNames[i], mPath.
appendPathCopy
(fileNames[i]));
928
file = new AaptFile(srcDir.
appendPathCopy
(filePath), entry, resType);
[
all
...]
/system/core/include/utils/
String8.h
218
String8
appendPathCopy
(const char* leaf) const
220
String8
appendPathCopy
(const String8& leaf) const { return
appendPathCopy
(leaf.string()); }
/frameworks/base/libs/androidfw/
AssetManager.cpp
[
all
...]
Completed in 517 milliseconds