Home
last modified time | relevance | path

Searched full:targetpath (Results 1 – 25 of 442) sorted by relevance

12345678910>>...18

/aosp_15_r20/external/python/cpython2/Lib/
Dtarfile.py2171 def _extract_member(self, tarinfo, targetpath): argument
2173 file called targetpath.
2178 targetpath = targetpath.rstrip("/")
2179 targetpath = targetpath.replace("/", os.sep)
2182 upperdirs = os.path.dirname(targetpath)
2194 self.makefile(tarinfo, targetpath)
2196 self.makedir(tarinfo, targetpath)
2198 self.makefifo(tarinfo, targetpath)
2200 self.makedev(tarinfo, targetpath)
2202 self.makelink(tarinfo, targetpath)
[all …]
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/
H A Dlibapr.dsp62 TargetPath=Release\libapr-1.dll
65 PostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresou…
94 TargetPath=Debug\libapr-1.dll
97 PostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresou…
126 TargetPath=9x\Release\libapr.dll
129 PostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresou…
158 TargetPath=9x\Debug\libapr-1.dll
161 PostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresou…
190 TargetPath=x64\Release\libapr-1.dll
193 PostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresou…
[all …]
/aosp_15_r20/external/python/cpython3/.azure-pipelines/windows-release/
Dmsi-steps.yml17 targetPath: $(Build.BinariesDirectory)\doc
29 targetPath: $(Build.BinariesDirectory)\win32
35 targetPath: $(Build.BinariesDirectory)\win32
41 targetPath: $(Build.BinariesDirectory)\amd64
47 targetPath: $(Build.BinariesDirectory)\amd64
54 targetPath: $(Build.BinariesDirectory)\arm64
61 targetPath: $(Build.BinariesDirectory)\arm64
67 targetPath: $(Build.BinariesDirectory)\tcltk_lib_win32
73 targetPath: $(Build.BinariesDirectory)\tcltk_lib_amd64
81 targetPath: $(Build.BinariesDirectory)\tcltk_lib_arm64
[all …]
Dstage-layout-msix.yml41 targetPath: $(Build.BinariesDirectory)\bin
47 targetPath: $(Build.BinariesDirectory)\bin
54 targetPath: $(Build.BinariesDirectory)\tcltk_lib
73 targetPath: '$(Build.ArtifactStagingDirectory)\appx-store'
81 targetPath: $(Build.BinariesDirectory)\cert
101 targetPath: '$(Build.ArtifactStagingDirectory)\appx'
Dstage-layout-full.yml42 targetPath: $(Build.BinariesDirectory)\bin
48 targetPath: $(Build.BinariesDirectory)\bin
54 targetPath: $(Build.BinariesDirectory)\doc
61 targetPath: $(Build.BinariesDirectory)\tcltk_lib
79 targetPath: '$(Build.ArtifactStagingDirectory)\layout'
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dtarfile.py2379 def _extract_member(self, tarinfo, targetpath, set_attrs=True, argument
2382 file called targetpath.
2387 targetpath = targetpath.rstrip("/")
2388 targetpath = targetpath.replace("/", os.sep)
2391 upperdirs = os.path.dirname(targetpath)
2403 self.makefile(tarinfo, targetpath)
2405 self.makedir(tarinfo, targetpath)
2407 self.makefifo(tarinfo, targetpath)
2409 self.makedev(tarinfo, targetpath)
2411 self.makelink(tarinfo, targetpath)
[all …]
/aosp_15_r20/external/python/cpython3/Lib/
Dtarfile.py2379 def _extract_member(self, tarinfo, targetpath, set_attrs=True, argument
2382 file called targetpath.
2387 targetpath = targetpath.rstrip("/")
2388 targetpath = targetpath.replace("/", os.sep)
2391 upperdirs = os.path.dirname(targetpath)
2403 self.makefile(tarinfo, targetpath)
2405 self.makedir(tarinfo, targetpath)
2407 self.makefifo(tarinfo, targetpath)
2409 self.makedev(tarinfo, targetpath)
2411 self.makelink(tarinfo, targetpath)
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dtarfile.py2379 def _extract_member(self, tarinfo, targetpath, set_attrs=True, argument
2382 file called targetpath.
2387 targetpath = targetpath.rstrip("/")
2388 targetpath = targetpath.replace("/", os.sep)
2391 upperdirs = os.path.dirname(targetpath)
2403 self.makefile(tarinfo, targetpath)
2405 self.makedir(tarinfo, targetpath)
2407 self.makefifo(tarinfo, targetpath)
2409 self.makedev(tarinfo, targetpath)
2411 self.makelink(tarinfo, targetpath)
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dtarfile.py2379 def _extract_member(self, tarinfo, targetpath, set_attrs=True, argument
2382 file called targetpath.
2387 targetpath = targetpath.rstrip("/")
2388 targetpath = targetpath.replace("/", os.sep)
2391 upperdirs = os.path.dirname(targetpath)
2403 self.makefile(tarinfo, targetpath)
2405 self.makedir(tarinfo, targetpath)
2407 self.makefifo(tarinfo, targetpath)
2409 self.makedev(tarinfo, targetpath)
2411 self.makelink(tarinfo, targetpath)
[all …]
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dtarfile.py2379 def _extract_member(self, tarinfo, targetpath, set_attrs=True, argument
2382 file called targetpath.
2387 targetpath = targetpath.rstrip("/")
2388 targetpath = targetpath.replace("/", os.sep)
2391 upperdirs = os.path.dirname(targetpath)
2403 self.makefile(tarinfo, targetpath)
2405 self.makedir(tarinfo, targetpath)
2407 self.makefifo(tarinfo, targetpath)
2409 self.makedev(tarinfo, targetpath)
2411 self.makelink(tarinfo, targetpath)
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dtarfile.py2379 def _extract_member(self, tarinfo, targetpath, set_attrs=True, argument
2382 file called targetpath.
2387 targetpath = targetpath.rstrip("/")
2388 targetpath = targetpath.replace("/", os.sep)
2391 upperdirs = os.path.dirname(targetpath)
2403 self.makefile(tarinfo, targetpath)
2405 self.makedir(tarinfo, targetpath)
2407 self.makefifo(tarinfo, targetpath)
2409 self.makedev(tarinfo, targetpath)
2411 self.makelink(tarinfo, targetpath)
[all …]
/aosp_15_r20/frameworks/base/core/java/android/os/incremental/
H A DIncrementalStorage.java64 * @param targetPath Absolute path to the target directory.
66 public void bind(@NonNull String targetPath) throws IOException { in bind() argument
67 bind("", targetPath); in bind()
76 * @param targetPath Absolute path to the target directory.
78 public void bind(@NonNull String sourcePath, @NonNull String targetPath) in bind() argument
81 int res = mService.makeBindMount(mId, sourcePath, targetPath, in bind()
96 * @param targetPath Absolute path to the target directory.
98 public void bindPermanent(@NonNull String targetPath) throws IOException { in bindPermanent() argument
99 bindPermanent("", targetPath); in bindPermanent()
107 * @param targetPath Absolute path to the target directory.
[all …]
/aosp_15_r20/external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
H A DMediaRecorderFacade.java69 public void recorderStartMicrophone(@RpcParameter(name = "targetPath") String targetPath) in recorderStartMicrophone()
71 startAudioRecording(targetPath, MediaRecorder.AudioSource.MIC); in recorderStartMicrophone()
80 public void recorderStartVideo(@RpcParameter(name = "targetPath") String targetPath, in recorderStartVideo()
84 startVideoRecording(new File(targetPath), ms, videoSize); in recorderStartVideo()
163 public void recorderCaptureVideo(@RpcParameter(name = "targetPath") String targetPath, in recorderCaptureVideo()
167 startVideoRecording(new File(targetPath), ms, recordAudio); in recorderCaptureVideo()
200 private void startAudioRecording(String targetPath, int source) throws IOException { in startAudioRecording() argument
204 mMediaRecorder.setOutputFile(targetPath); in startAudioRecording()
/aosp_15_r20/external/libphonenumber/geocoder/
H A Dpom.xml22 <targetPath>com/google/i18n/phonenumbers/geocoding/data</targetPath>
26 <targetPath>com/google/i18n/phonenumbers/timezones/data</targetPath>
32 <targetPath>com/google/i18n/phonenumbers/geocoding/testing_data</targetPath>
36 <targetPath>com/google/i18n/phonenumbers/timezones/testing_data</targetPath>
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/om/
H A DOverlayManagerServiceImplTestsBase.java482 String createIdmap(String targetPath, String overlayPath, String overlayName, in createIdmap() argument
484 mIdmapFiles.put(overlayPath, new IdmapHeader(getCrc(targetPath), in createIdmap()
485 getCrc(overlayPath), targetPath, overlayName, policies, enforce)); in createIdmap()
495 boolean verifyIdmap(String targetPath, String overlayPath, String overlayName, int policies, in verifyIdmap() argument
501 return idmap.isUpToDate(getCrc(targetPath), getCrc(overlayPath), targetPath, policies, in verifyIdmap()
540 final String targetPath; field in OverlayManagerServiceImplTestsBase.FakeIdmapDaemon.IdmapHeader
545 private IdmapHeader(int targetCrc, int overlayCrc, String targetPath, in IdmapHeader() argument
549 this.targetPath = targetPath; in IdmapHeader()
559 && expectedTargetPath.equals(targetPath) && expectedPolicies == policies in isUpToDate()
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.0.3/
H A Dhttpclient-4.0.3.pom102 <targetPath>META-INF</targetPath>
109 <targetPath>META-INF</targetPath>
126 <targetPath>META-INF</targetPath>
133 <targetPath>META-INF</targetPath>
/aosp_15_r20/packages/modules/GeoTZ/app/src/main/java/com/android/geotz/app/
DGeoDataFileManagerImpl.java76 @NonNull File targetPath, @NonNull String expectedSha256) { in copyResource() argument
83 Files.copy(resourceStream, targetPath.toPath(), StandardCopyOption.REPLACE_EXISTING); in copyResource()
84 String actualSha256 = computeSha256(targetPath); in copyResource()
93 + " to targetPath=" + targetPath, e); in copyResource()
96 targetPath.delete(); in copyResource()
/aosp_15_r20/build/soong/etc/
H A Dprebuilt_etc_test.go491 targetPath := "out/soong/target/product/test_device"
503 expectedPath: filepath.Join(targetPath, "system/etc/firmware"),
513 expectedPath: filepath.Join(targetPath, "vendor/firmware/sub_dir"),
525 targetPath := "out/soong/target/product/test_device"
537 expectedPath: filepath.Join(targetPath, "system/etc/dsp"),
547 expectedPath: filepath.Join(targetPath, "vendor/dsp/sub_dir"),
559 targetPath := "out/soong/target/product/test_device"
571 expectedPath: filepath.Join(targetPath, "system/lib/rfsa"),
581 expectedPath: filepath.Join(targetPath, "vendor/lib/rfsa/sub_dir"),
/aosp_15_r20/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
H A DUdsNameResolverProvider.java45 String targetPath = targetUri.getPath(); in getTargetPathFromUri() local
46 if (targetPath == null) { in getTargetPathFromUri()
47 targetPath = Preconditions.checkNotNull(targetUri.getSchemeSpecificPart(), "targetPath"); in getTargetPathFromUri()
49 return targetPath; in getTargetPathFromUri()
/aosp_15_r20/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
H A DCameraFacade.java88 @RpcParameter(name = "targetPath") final String targetPath, in cameraCapturePicture()
110 takePicture(new File(targetPath), takePictureResult, camera); in cameraCapturePicture()
212 @RpcParameter(name = "targetPath") final String targetPath) { in cameraInteractiveCapturePicture()
214 File file = new File(targetPath); in cameraInteractiveCapturePicture()
/aosp_15_r20/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
H A DDnsNameResolverProvider.java52 String targetPath = Preconditions.checkNotNull(targetUri.getPath(), "targetPath"); in newNameResolver() local
53 Preconditions.checkArgument(targetPath.startsWith("/"), in newNameResolver()
54 "the path component (%s) of the target (%s) must start with '/'", targetPath, targetUri); in newNameResolver()
55 String name = targetPath.substring(1); in newNameResolver()
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/com/ibm/icu/dev/test/
H A DTestFmwk.java676 public Target resolveTarget(TestParams paramsArg, String targetPath) { in resolveTarget() argument
680 if (targetPath != null) { in resolveTarget()
681 if (targetPath.length() == 0) { in resolveTarget()
682 targetPath = null; in resolveTarget()
685 int e = targetPath.length(); in resolveTarget()
688 while (targetPath.charAt(p) == '/') { in resolveTarget()
691 while (e > p && targetPath.charAt(e - 1) == '/') { in resolveTarget()
694 if (p > 0 || e < targetPath.length()) { in resolveTarget()
695 targetPath = targetPath.substring(p, e - p); in resolveTarget()
697 e = targetPath.length(); in resolveTarget()
[all …]
/aosp_15_r20/frameworks/base/core/jni/
H A Dcom_android_internal_content_om_OverlayManagerImpl.cpp127 bool callCreateIdmapFile(std::string& out_error, const std::string& targetPath, in callCreateIdmapFile() argument
132 return createIdmapFileFuncPtr_(out_error, targetPath, overlayPath, idmapPath, overlayName, in callCreateIdmapFile()
165 typedef bool (*CreateIdmapFileFunc)(std::string& out_error, const std::string& targetPath,
327 const ScopedUtfChars targetPath(env, jsTargetPath); in CreateIdmapFile() local
328 if (targetPath.c_str() == nullptr) { in CreateIdmapFile()
329 jniThrowNullPointerException(env, "targetPath is null"); in CreateIdmapFile()
348 targetPath.c_str(), overlayPath.c_str(), idmapPath.c_str(), overlayName.c_str()); in CreateIdmapFile()
351 if (!dlLoader.callCreateIdmapFile(err_result, targetPath.c_str(), overlayPath.c_str(), in CreateIdmapFile()
/aosp_15_r20/external/grpc-grpc-java/grpclb/src/main/java/io/grpc/grpclb/
H A DSecretGrpclbNameResolverProvider.java59 String targetPath = Preconditions.checkNotNull(targetUri.getPath(), "targetPath"); in newNameResolver() local
61 targetPath.startsWith("/"), in newNameResolver()
63 targetPath, targetUri); in newNameResolver()
64 String name = targetPath.substring(1); in newNameResolver()
/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/
H A DXdsNameResolverProvider.java74 String targetPath = checkNotNull(targetUri.getPath(), "targetPath"); in newNameResolver() local
76 targetPath.startsWith("/"), in newNameResolver()
78 targetPath, in newNameResolver()
80 String name = targetPath.substring(1); in newNameResolver()

12345678910>>...18