Searched refs:linkFile (Results 1 – 9 of 9) sorted by relevance
/aosp12/build/soong/cc/ |
H A D | cc.go | 2589 linkFile := ccDep.OutputFile() 2693 linkFile = android.OptionalPathForPath(sharedLibraryInfo.SharedLibrary) 2728 linkFile = android.OptionalPathForPath(staticLibraryInfo.StaticLibrary) 2744 …Paths.WholeStaticLibsFromPrebuilts = append(depPaths.WholeStaticLibsFromPrebuilts, linkFile.Path()) 2786 if !linkFile.Valid() { 2794 *ptr = append(*ptr, linkFile.Path()) 2800 dep = linkFile 2864 depPaths.Objs.objFiles = append(depPaths.Objs.objFiles, linkFile.Path()) 2866 depPaths.CrtBegin = linkFile 2868 depPaths.CrtEnd = linkFile [all …]
|
/aosp12/frameworks/native/cmds/installd/binder/android/os/ |
H A D | IInstalld.aidl | 90 void linkFile(@utf8InCpp String relativePath, @utf8InCpp String fromBase, in linkFile() method
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | Installer.java | 644 public void linkFile(String relativePath, String fromBase, String toBase) in linkFile() method in Installer 650 mInstalld.linkFile(relativePath, fromBase, toBase); in linkFile()
|
H A D | PackageInstallerSession.java | 3540 private void linkFile(String relativePath, String fromBase, String toBase) throws IOException { in linkFile() method in PackageInstallerSession 3547 mPm.mInstaller.linkFile(relativePath, fromBase, toBase); in linkFile() 3561 linkFile(relativePath, fromBase, toBase); in linkFiles()
|
/aosp12/build/soong/rust/ |
H A D | rust.go | 989 linkFile := rustDep.unstrippedOutputFile 990 if !linkFile.Valid() { 995 linkDir := linkPathFromFilePath(linkFile.Path())
|
/aosp12/frameworks/native/cmds/installd/ |
H A D | InstalldNativeService.h | 148 binder::Status linkFile(const std::string& relativePath, const std::string& fromBase,
|
H A D | InstalldNativeService.cpp | 2626 binder::Status InstalldNativeService::linkFile(const std::string& relativePath, in linkFile() function in android::installd::InstalldNativeService
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 39726 Landroid/os/IInstalld$Stub$Proxy;->linkFile(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V 39808 Landroid/os/IInstalld;->linkFile(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 29642 HPLcom/android/server/pm/Installer;->linkFile(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String… 30271 HPLcom/android/server/pm/PackageInstallerSession;->linkFile(Ljava/lang/String;Ljava/lang/String;Lja…
|