Home
last modified time | relevance | path

Searched refs:basePath (Results 1 – 25 of 26) sorted by relevance

12

/aosp12/build/soong/android/
H A Dpaths.go924 func (p basePath) withRel(rel string) basePath {
932 basePath anonMember
946 p.basePath = p.basePath.withRel(rel)
1116 basePath anonMember
1125 p.basePath = p.basePath.withRel(rel)
1131 p.basePath.rel = filepath.Base(p.basePath.path)
1159 basePath anonMember
1509 basePath anonMember
1580 p.basePath = p.basePath.withRel(rel)
1648 basePath: basePath{partionPath, ""},
[all …]
H A Dpaths_test.go716 if output.basePath.path != tc.out {
718 output.basePath.path,
777 if output.basePath.path != tc.out {
779 output.basePath.path,
H A Dbazel_paths.go361 outputPath := OutputPath{basePath{"", ""},
/aosp12/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
H A DWindowPerfTestBase.java87 public static void startProfiling(File basePath, String outFileName) { in startProfiling() argument
88 if (!basePath.exists()) { in startProfiling()
89 executeShellCommand("mkdir -p " + basePath); in startProfiling()
95 + new File(basePath, outFileName)); in startProfiling()
/aosp12/frameworks/base/tools/aapt/
H A DFileFinder.cpp41 bool SystemFileFinder::findFiles(String8 basePath, Vector<String8>& extensions, in findFiles() argument
47 if (!dw->openDir(basePath)) { in findFiles()
60 String8 fullPath = basePath.appendPathCopy(entryName); in findFiles()
H A DFileFinder.h25 virtual bool findFiles(String8 basePath, Vector<String8>& extensions,
56 virtual bool findFiles(String8 basePath, Vector<String8>& extensions,
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
H A Ddict_file_writing_utils.cpp82 /* static */ bool DictFileWritingUtils::flushBufferToFileWithSuffix(const char *const basePath, in flushBufferToFileWithSuffix() argument
84 const int filePathBufSize = FileUtils::getFilePathWithSuffixBufSize(basePath, suffix); in flushBufferToFileWithSuffix()
86 FileUtils::getFilePathWithSuffix(basePath, suffix, filePathBufSize, filePath); in flushBufferToFileWithSuffix()
H A Ddict_file_writing_utils.h38 static bool flushBufferToFileWithSuffix(const char *const basePath, const char *const suffix,
/aosp12/frameworks/base/tools/aapt/tests/
H A DMockFileFinder.h35 virtual bool findFiles(String8 basePath, Vector<String8>& extensions, in findFiles() argument
39 const KeyedVector<String8,time_t>* payload(&mFiles.valueFor(basePath)); in findFiles()
/aosp12/build/soong/dexpreopt/dexpreopt_gen/
H A Ddexpreopt_gen.go45 basePath = flag.String("base_path", ".", "base path where images and tools are extracted") var
148 moduleConfig.PreoptBootClassPathDexFiles[i] = android.PathForSource(ctx, *basePath+location)
152 v.Host = android.PathForSource(ctx, *basePath+v.Device)
157 moduleConfig.DexPreoptImageLocationsOnHost[i] = *basePath + location
/aosp12/frameworks/base/tools/aapt2/trace/
H A DTraceBuffer.cpp66 void Flush(const std::string& basePath) { in Flush() argument
68 if (basePath.empty()) { in Flush()
73 s << basePath << aapt::file::sDirSep << "report_aapt2_" << getpid() << ".json"; in Flush()
/aosp12/build/make/tools/droiddoc/templates-pdk/assets/
H A Dandroid-developer-docs.js316 var basePath = getBaseUri(location.pathname);
317 var section = basePath.substring(1,basePath.indexOf("/",1));
373 var basePath = getBaseUri(location.pathname);
374 var section = basePath.substring(1,basePath.indexOf("/",1));
/aosp12/build/soong/ui/build/
H A Dcleanbuild.go208 func cleanOldFiles(ctx Context, basePath, newFile string) { argument
209 newFile = filepath.Join(basePath, newFile)
263 oldPath := filepath.Join(basePath, oldPaths[0])
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DFilterTypeSet.java84 String basePath = "/filter/mediatype/" + mMediaType; in updateData() local
88 String filteredPath = basePath + "/{" + set.getPath().toString() + "}"; in updateData()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DDexoptUtils.java411 String basePath = pathFile.getParent(); in getSplitRelativeCodePaths() local
412 if (!basePath.equals(baseCodePath)) { in getSplitRelativeCodePaths()
413 Slog.wtf(TAG, "Split paths have different base paths: " + basePath + " and " + in getSplitRelativeCodePaths()
/aosp12/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java979 String basePath = null; in onRestoreFile() local
985 basePath = FullBackup.getBackupScheme(this, mOperationType).tokenToDirectoryPath( in onRestoreFile()
992 if (basePath != null) { in onRestoreFile()
994 File outFile = new File(basePath, path); in onRestoreFile()
996 if (outPath.startsWith(basePath + File.separatorChar)) { in onRestoreFile()
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DFileRotator.java99 public FileRotator(File basePath, String prefix, long rotateAgeMillis, long deleteAgeMillis) { in FileRotator() argument
100 mBasePath = Objects.requireNonNull(basePath); in FileRotator()
/aosp12/frameworks/base/core/java/com/android/internal/content/
H A DNativeLibraryHelper.java523 final Path basePath = base.toPath(); in getRelativePath() local
525 final Path relativePath = basePath.relativize(targetPath); in getRelativePath()
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
H A DMockSystem.kt481 val basePath = path.parentFile regex
482 basePath.mkdirs()
487 or(eq(path), eq(basePath)), anyInt(), anyBoolean())) { parsedPackage }
/aosp12/packages/modules/Connectivity/services/tests/servicestests/src/com/android/server/
H A DNetworkStatsServiceTest.java963 final File basePath = new File(mStatsDir, "netstats"); in assertStatsFilesExist() local
965 assertTrue(basePath.list().length > 0); in assertStatsFilesExist()
967 assertTrue(basePath.list().length == 0); in assertStatsFilesExist()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DAlbumPage.java348 String basePath = mMediaSet.getPath().toString(); in doCluster() local
349 String newPath = FilterUtils.newClusterPath(basePath, clusterType); in doCluster()
H A DAlbumSetPage.java311 String basePath = mMediaSet.getPath().toString(); in doCluster() local
312 String newPath = FilterUtils.switchClusterPath(basePath, clusterType); in doCluster()
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/net/
H A DNetworkStatsServiceTest.java1714 final File basePath = new File(mStatsDir, "netstats");
1716 assertTrue(basePath.list().length > 0);
1718 assertTrue(basePath.list().length == 0);
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaProvider.java9704 final List<String> basePath = new ArrayList<>(base.getPathSegments());
9707 for (int j = 0; j < basePath.size() && j < probePath.size(); j++) {
9708 if (!Objects.equals(basePath.get(j), probePath.get(j))) {
9710 while (basePath.size() > j) {
9711 basePath.remove(j);
9717 while (basePath.size() > probeSize) {
9718 basePath.remove(probeSize);
9723 for (int i = 0; i < basePath.size(); i++) {
9724 builder.appendPath(basePath.get(i));
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...

12