Home
last modified time | relevance | path

Searched refs:AppendPath (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/tools/aapt2/util/
H A DFiles_test.cpp49 TEST_F(FilesTest, AppendPath) { in TEST_F() argument
51 AppendPath(&base, "there"); in TEST_F()
57 AppendPath(&base, "there"); in TEST_F()
61 AppendPath(&base, StringPrintf("%cthere", sTestDirSep)); in TEST_F()
65 AppendPath(&base, StringPrintf("%cthere", sTestDirSep)); in TEST_F()
80 AppendPath(&current_path, kDirName); in TEST_F()
H A DFiles.cpp178 void AppendPath(std::string* base, StringPiece part) { in AppendPath() function
198 file::AppendPath(&out, args[i]); in BuildPath()
206 AppendPath(&out_path, part); in PackageToPath()
365 AppendPath(&full_path, file_name); in FindFiles()
384 AppendPath(&full_subdir, subdir); in FindFiles()
392 AppendPath(&new_file, subfile); in FindFiles()
H A DFiles.h59 void AppendPath(std::string* base, android::StringPiece part);
/aosp12/frameworks/base/tools/aapt2/io/
H A DFileSystem.cpp85 file::AppendPath(&prefix_path, entry->d_name); in Create()
101 file::AppendPath(&full_path, leaf_entry->d_name); in Create()
/aosp12/frameworks/base/tools/aapt2/test/
H A DFixture.h54 file::AppendPath(&base, part); in GetTestPath()
/aosp12/frameworks/base/tools/aapt2/format/
H A DArchive.cpp62 file::AppendPath(&full_path, path); in StartEntry()
/aosp12/frameworks/base/tools/aapt2/optimize/
H A DMultiApkGenerator.cpp173 file::AppendPath(&out, artifact.name); in FromBaseApk()
/aosp12/frameworks/base/tools/aapt2/cmd/
H A DLink.cpp1106 file::AppendPath(&out_path, file::PackageToPath(out_package));
1113 file::AppendPath(&out_path, "R.java");
1257 file::AppendPath(&out_path, file::PackageToPath(package_utf8)); in WriteManifestJavaFile()
1265 file::AppendPath(&out_path, "Manifest.java"); in WriteManifestJavaFile()
1562 file::AppendPath(&full_path, file); in CopyAssetsDirsToApk()
H A DCompile_test.cpp40 file::AppendPath(&out, args[i]); in BuildPath()