/aosp12/build/soong/android/ |
H A D | paths.go | 924 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 D | paths_test.go | 716 if output.basePath.path != tc.out { 718 output.basePath.path, 777 if output.basePath.path != tc.out { 779 output.basePath.path,
|
H A D | bazel_paths.go | 361 outputPath := OutputPath{basePath{"", ""},
|
/aosp12/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/ |
H A D | WindowPerfTestBase.java | 87 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 D | FileFinder.cpp | 41 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 D | FileFinder.h | 25 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 D | dict_file_writing_utils.cpp | 82 /* 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 D | dict_file_writing_utils.h | 38 static bool flushBufferToFileWithSuffix(const char *const basePath, const char *const suffix,
|
/aosp12/frameworks/base/tools/aapt/tests/ |
H A D | MockFileFinder.h | 35 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 D | dexpreopt_gen.go | 45 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 D | TraceBuffer.cpp | 66 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 D | android-developer-docs.js | 316 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 D | cleanbuild.go | 208 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 D | FilterTypeSet.java | 84 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 D | DexoptUtils.java | 411 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 D | BackupAgent.java | 979 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 D | FileRotator.java | 99 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 D | NativeLibraryHelper.java | 523 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 D | MockSystem.kt | 481 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 D | NetworkStatsServiceTest.java | 963 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 D | AlbumPage.java | 348 String basePath = mMediaSet.getPath().toString(); in doCluster() local 349 String newPath = FilterUtils.newClusterPath(basePath, clusterType); in doCluster()
|
H A D | AlbumSetPage.java | 311 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 D | NetworkStatsServiceTest.java | 1714 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 D | MediaProvider.java | 9704 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 D | jsilver.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/clearsilver/
org/ ... |