Home
last modified time | relevance | path

Searched defs:sourcePath (Results 26 – 50 of 214) sorted by relevance

123456789

/aosp_15_r20/tools/metalava/metalava-reporter/src/main/java/com/android/tools/metalava/reporter/
H A DBaseline.kt64 val sourcePath: List<File>, in <lambda>() constant in com.android.tools.metalava.reporter.Baseline.Config
137 for (sourcePath in config.sourcePath) { in <lambda>() method
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerServiceUtils.java1055 private static void copyFile(String sourcePath, File targetDir, String targetName) in copyFile()
1596 @NonNull File sourcePath, @NonNull File targetPath, in linkNativeLibraries()
1639 @NonNull File sourcePath, @NonNull File targetPath, @NonNull File[] files, int mode) { in linkFilesAndSetModes()
/aosp_15_r20/cts/common/device-side/bedstead/testapisreflection/javac/src/processor/main/java/com/android/bedstead/testapisreflection/processor/utils/
H A DResourceLoader.java36 public static ImmutableList<String> load(String sourcePath) { in load()
/aosp_15_r20/system/vold/model/
H A DObbVolume.cpp41 ObbVolume::ObbVolume(int id, const std::string& sourcePath, gid_t ownerGid) in ObbVolume()
H A DStubVolume.cpp29 StubVolume::StubVolume(dev_t id, const std::string& sourcePath, const std::string& mountPath, in StubVolume()
/aosp_15_r20/frameworks/base/tools/aapt/
H A DCrunchCache.cpp20 CrunchCache::CrunchCache(String8 sourcePath, String8 destPath, FileFinder* ff) in CrunchCache()
/aosp_15_r20/frameworks/native/libs/binder/tests/parcel_fuzzer/binder2corpus/
H A Dbinder2corpus.cpp85 const char* sourcePath = argv[1]; in main() local
/aosp_15_r20/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/
H A DClassPage.java103 final String sourcePath; in content() local
/aosp_15_r20/external/dokka/runners/gradle-integration-tests/src/test/kotlin/org/jetbrains/dokka/gradle/
H A DUtils.kt32 class CopyFileVisitor(private var sourcePath: Path?, private val targetPath: Path) : SimpleFileVisi… variable in org.jetbrains.dokka.gradle.CopyFileVisitor
/aosp_15_r20/tools/metalava/metalava/src/main/java/com/android/tools/metalava/cli/common/
H A DSourceOptions.kt75 internal val sourcePath by constant in com.android.tools.metalava.cli.common.SourceOptions
/aosp_15_r20/system/vold/binder/android/os/
H A DIVold.aidl64 @utf8InCpp String createObb(@utf8InCpp String sourcePath, int ownerGid); in createObb()
124 @utf8InCpp String createStubVolume(@utf8InCpp String sourcePath, in createStubVolume()
/aosp_15_r20/cts/tests/mediaprovider/src/android/provider/cts/media/
H A DMediaStore_Video_ThumbnailsTest.java191 String sourcePath = c.getString(c.getColumnIndex("_data")); in testThumbnailGenerationAndCleanup() local
/aosp_15_r20/cts/tests/mediaprovider/modern/src/android/provider/cts/media/modern/
H A DMediaStore_Video_ThumbnailsTest.java194 String sourcePath = c.getString(c.getColumnIndex("_data")); in testThumbnailGenerationAndCleanup() local
/aosp_15_r20/external/cronet/third_party/icu/source/tools/toolutil/
H A Dpkg_icu.cpp154 writePackageDatFile(const char *outFilename, const char *outComment, const char *sourcePath, const … in writePackageDatFile()
/aosp_15_r20/external/icu/icu4c/source/tools/toolutil/
H A Dpkg_icu.cpp154 writePackageDatFile(const char *outFilename, const char *outComment, const char *sourcePath, const … in writePackageDatFile()
/aosp_15_r20/build/make/tools/atree/
H A Dfiles.h26 string sourcePath; member
/aosp_15_r20/device/google/gs-common/gps/dump/
Ddump_gps.cpp55 std::string sourcePath = source + "/" + entryName; in copyDirectory() local
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/input/
H A DReversedLinesFileReaderTestParamFile.java57 final Path sourcePath = TestResources.getPath("test-file-utf8-win-linebr.bin"); in testDataIntegrityWithBufferedReader() local
/aosp_15_r20/test/mlts/benchmark/src/com/android/nn/benchmark/core/sl/
DSupportLibraryDriverHandler.java107 String sourcePath = getNnApiSlPathFromApkLibraries(context, libraryFile); in extractNnApiSlLibTo() local
/aosp_15_r20/external/icu/icu4c/source/tools/icupkg/
H A Dicupkg.cpp266 const char *pname, *sourcePath, *destPath, *inFilename, *outFilename, *outComment; in main() local
/aosp_15_r20/frameworks/base/core/java/android/os/incremental/
H A DIncrementalFileStorages.java194 final File sourcePath = new File(fromBase, relativePath); in makeLink() local
/aosp_15_r20/external/cronet/third_party/icu/source/tools/icupkg/
H A Dicupkg.cpp266 const char *pname, *sourcePath, *destPath, *inFilename, *outFilename, *outComment; in main() local
/aosp_15_r20/development/tools/idegen/src/
H A DConfiguration.java256 String sourcePath = sourceRoot.getPath() + "/"; in excludesUnderSourceRoots() local
/aosp_15_r20/frameworks/av/media/module/libmediatranscoding/transcoder/tests/
H A DVideoTrackTranscoderTests.cpp46 const char* sourcePath = in SetUp() local
/aosp_15_r20/system/vold/
H A DVolumeManager.cpp1143 int VolumeManager::createObb(const std::string& sourcePath, int32_t ownerGid, in createObb()
1203 int VolumeManager::createStubVolume(const std::string& sourcePath, const std::string& mountPath, in createStubVolume()

123456789