Searched refs:installedPath (Results 1 – 4 of 4) sorted by relevance
/aosp12/build/soong/android/ |
H A D | prebuilt_build_tool.go | 60 installedPath := PathForModuleOut(ctx, t.BaseModuleName()) 70 Output: installedPath, 84 t.toolPath = OptionalPathForPath(installedPath)
|
/aosp12/build/soong/java/ |
H A D | tradefed.go | 34 installedPath := ctx.InstallFile(android.PathForModuleInstall(ctx, "tradefed"), 36 return android.Paths{installedPath}
|
/aosp12/build/soong/cc/ |
H A D | ndk_headers.go | 132 installedPath := ctx.InstallFile(installDir, header.Base(), header) 134 if installPath != installedPath { 137 installPath, installedPath))
|
/aosp12/frameworks/base/tools/bit/ |
H A D | main.cpp | 748 string installedPath(file.c_str() + deviceTargetPath.length()); in run_phases() local 749 pushedFiles.push_back(PushedFile(file, installedPath)); in run_phases() 921 string installedPath(filename.c_str() + deviceTargetPath.length()); in run_phases() local 923 printf(" and it's installed at: %s\n", installedPath.c_str()); in run_phases() 948 err = run_adb("shell", installedPath.c_str(), NULL); in run_phases() 950 err = run_adb("shell", installedPath.c_str(), filterArg.c_str(), NULL); in run_phases()
|