Searched refs:subpath (Results 1 – 10 of 10) sorted by relevance
/aosp12/build/soong/ui/build/sandbox/darwin/ |
H A D | global.sb | 14 (subpath (param "OUT_DIR")) 15 (subpath (param "DIST_DIR"))) 19 (subpath (string-append (param "HOME") "/.oracle_jre_usage"))) 23 (subpath "/private/var/folders")) 27 (subpath "/dev/tty"))
|
/aosp12/system/core/run-as/ |
H A D | run-as.cpp | 112 char subpath[PATH_MAX]; in check_data_path() local 121 if (nn >= (int)(sizeof subpath)) { in check_data_path() 134 memcpy(subpath, data_path, nn); in check_data_path() 135 subpath[nn] = '\0'; in check_data_path() 137 check_directory(subpath, AID_SYSTEM); in check_data_path()
|
/aosp12/system/incremental_delivery/incfs/ |
H A D | MountRegistry.cpp | 222 auto [root, subpath] = mMounts.rootAndSubpathFor(path); in detailsFor() 226 return {root->path, root->backing, subpath}; in detailsFor() 231 auto [root, subpath] = mMounts.rootAndSubpathFor(path); in rootAndSubpathFor() 235 return {std::string(root->path), std::move(subpath)}; in rootAndSubpathFor()
|
H A D | incfs.cpp | 432 auto [itemRoot, subpath] = registry().rootAndSubpathFor(item); in makeCommandPath() 437 return path::join(itemRoot, subpath); in makeCommandPath() 797 auto [root, subpath] = registry().rootAndSubpathFor(path); in IncFs_MakeFile() 808 const auto [subdir, name] = path::splitDirBase(subpath); in IncFs_MakeFile() 844 auto [root, subpath] = registry().rootAndSubpathFor(path); in IncFs_MakeMappedFile() 855 const auto [subdir, name] = path::splitDirBase(subpath); in IncFs_MakeMappedFile() 872 if (::chmod(path::join(root, subpath).c_str(), mode)) { in IncFs_MakeMappedFile() 1374 auto [sourceRoot, subpath] = registry().rootAndSubpathFor(sourceDir); in IncFs_BindMount() 1378 if (subpath.empty()) { in IncFs_BindMount() 2040 return reserveSpace(path::join(backingRoot, subpath).c_str(), size); in IncFs_ReserveSpaceByPath() [all …]
|
/aosp12/system/incremental_delivery/incfs/include/ |
H A D | MountRegistry.h | 113 std::string subpath; member
|
/aosp12/packages/modules/SdkExtensions/ |
H A D | README.md | 27 the form of binary protobuf files in subpath `etc/sdkinfo.pb` inside each
|
/aosp12/art/build/apex/ |
H A D | art_apex_test.py | 323 subpath = path_glob[len(dir_prefix):] 324 subpath_first_segment, _, _ = subpath.partition('/')
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageManagerServiceUtils.java | 999 currentDir = targetDirPath.subpath(0, i).toFile(); in makeDirRecursive()
|
/aosp12/packages/apps/TV/libs/m2/ |
H A D | dagger-compiler-2.23.jar | java/dagger/internal/codegen/META-INF/gradle/incremental.annotation.processors
... |
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |