/aosp12/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/ |
H A D | SharedStorageAgent.java | 68 int type, String domain, String relpath, long mode, long mtime) in onRestoreFile() argument 70 if (DEBUG) Slog.d(TAG, "Shared restore: [ " + domain + " : " + relpath + "]"); in onRestoreFile() 75 int slash = relpath.indexOf('/'); in onRestoreFile() 78 int i = Integer.parseInt(relpath.substring(0, slash)); in onRestoreFile() 80 outFile = new File(mVolumes[i].getPath(), relpath.substring(slash + 1)); in onRestoreFile() 86 if (DEBUG) Slog.w(TAG, "Bad volume number token: " + relpath.substring(0, slash)); in onRestoreFile() 92 Slog.e(TAG, "Skipping data with malformed path " + relpath); in onRestoreFile()
|
/aosp12/build/blueprint/bootstrap/ |
H A D | config.go | 54 if relpath, err := filepath.Rel(cwd, goroot); err == nil { 55 if !strings.HasPrefix(relpath, "../") { 56 goroot = relpath
|
/aosp12/hardware/interfaces/compatibility_matrices/build/ |
H A D | vintf_compatibility_matrix.go | 55 relpath = "vintf" const 174 ctx.InstallFile(android.PathForModuleInstall(ctx, "etc", relpath), outputFilename, g.genFile) 183 fmt.Fprintln(w, "LOCAL_MODULE_RELATIVE_PATH :=", relpath)
|
/aosp12/build/make/ |
H A D | envsetup.sh | 1494 local relpath=$(python3 -c "import json, os 1501 if [ -z "$relpath" ]; then 1505 echo "$ANDROID_BUILD_TOP/$relpath" 1564 local relpath 1565 relpath=$(python3 -c "import json, os 1576 elif [ ! -z "$relpath" ]; then 1577 echo "$relpath"
|
/aosp12/build/ |
H A D | envsetup.sh | 1494 local relpath=$(python3 -c "import json, os 1501 if [ -z "$relpath" ]; then 1505 echo "$ANDROID_BUILD_TOP/$relpath" 1564 local relpath 1565 relpath=$(python3 -c "import json, os 1576 elif [ ! -z "$relpath" ]; then 1577 echo "$relpath"
|
/aosp12/hardware/google/av/hooks/ |
H A D | install | 27 …os.symlink(os.path.relpath(os.path.realpath("hooks/install"), os.path.realpath(".git/hooks/")), tg…
|
/aosp12/system/tools/aidl/build/ |
H A D | aidl_rust_glue.py | 62 in_rel = os.path.relpath(inp, root)
|
/aosp12/frameworks/base/libs/androidfw/ |
H A D | BackupHelpers.cpp | 488 String8 relpath(relstart); in write_tarfile() local 492 if (relpath.length() == 0) { in write_tarfile() 501 if ((5 + packageName.length() + 1 + domain.length() >= 155) || (relpath.length() >= 100)) { in write_tarfile() 616 fullname.appendPath(relpath); in write_tarfile() 623 strncpy(buf, relpath.string(), 100); in write_tarfile()
|
/aosp12/build/make/tools/releasetools/ |
H A D | test_check_target_files_vintf.py | 79 rel_root = os.path.relpath(root, test_delta_dir)
|
H A D | test_merge_target_files.py | 48 os.path.relpath(path=filepath, start=start) for filepath in filepaths)
|
H A D | merge_target_files.py | 295 os.path.relpath(path=os.path.join(dirpath, filename), start=from_dir)
|
/aosp12/system/media/camera/docs/ |
H A D | metadata-generate | 49 function relpath() { function
|
/aosp12/bionic/benchmarks/linker_relocation/regen/ |
H A D | gen_bench.py | 291 include_path = os.path.relpath(os.path.dirname(__file__) + '/../include', out)
|
/aosp12/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
H A D | SettingsBackupAgent.java | 432 int type, String domain, String relpath, long mode, long mtime) in onRestoreFile() argument
|
/aosp12/frameworks/native/docs/ |
H A D | Doxyfile | 975 # $relpath$ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
|
/aosp12/frameworks/av/media/libaaudio/ |
H A D | Doxyfile | 1085 # $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
H A D | Doxyfile.in | 1137 # $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
|
/aosp12/frameworks/av/media/codec2/docs/ |
H A D | doxygen.config | 1150 # $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
|
/aosp12/system/chre/chre_api/doc/ |
H A D | Doxyfile | 1119 # $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
|
/aosp12/frameworks/base/media/native/midi/include/ |
H A D | Doxyfile | 1200 # $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
|
/aosp12/system/chre/pal/doc/ |
H A D | Doxyfile | 1119 # $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
|
/aosp12/system/media/audio_utils/ |
H A D | Doxyfile | 1197 # $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
|