Searched refs:_path (Results 1 – 9 of 9) sorted by relevance
/aosp12/hardware/google/graphics/common/memtrack-pixel/core/ |
H A D | filesystem.h | 20 path(const std::string _path) : strPath(_path) {} in path() argument 40 directory_entry(const std::string _path) : p(_path) {} in directory_entry() argument
|
/aosp12/system/apex/tools/ |
H A D | deapexer.py | 112 self._path = path 124 return self._apex._list(self._path + entry.name + '/') 127 path = self._path 128 self._apex._extract(self._path, dest)
|
/aosp12/build/make/core/ |
H A D | base_rules.mk | 66 _path := $(LOCAL_MODULE_PATH) $(LOCAL_MODULE_PATH_32) $(LOCAL_MODULE_PATH_64) 67 ifneq ($(filter $(TARGET_OUT_VENDOR)%,$(_path)),) 69 else ifneq ($(filter $(TARGET_OUT_OEM)/%,$(_path)),) 71 else ifneq ($(filter $(TARGET_OUT_ODM)/%,$(_path)),) 73 else ifneq ($(filter $(TARGET_OUT_PRODUCT)/%,$(_path)),) 75 else ifneq ($(filter $(TARGET_OUT_SYSTEM_EXT)/%,$(_path)),) 78 _path :=
|
H A D | definitions.mk | 3098 …$(eval _path := $(if $(_rooted),/)$(subst $(space),/,$(call _clean-path-expanded,$(_rooted),$(_exp… 3099 $(if $(_path), 3100 $(_path),
|
/aosp12/build/make/ |
H A D | envsetup.sh | 1591 local _path 1592 _path=$(outmod ${@:$#:1}) 1597 _path=$(echo "$_path" | grep -E \\.apk$ | head -n 1) 1598 if [ -z "$_path" ]; then 1603 echo adb install ${@:1:$length} $_path 1604 adb install ${@:1:$length} $_path
|
/aosp12/build/ |
H A D | envsetup.sh | 1591 local _path 1592 _path=$(outmod ${@:$#:1}) 1597 _path=$(echo "$_path" | grep -E \\.apk$ | head -n 1) 1598 if [ -z "$_path" ]; then 1603 echo adb install ${@:1:$length} $_path 1604 adb install ${@:1:$length} $_path
|
/aosp12/frameworks/base/tools/aapt2/ |
H A D | ResourceValues.cpp | 319 FileReference::FileReference(const StringPool::Ref& _path) : path(_path) { in FileReference() argument
|
/aosp12/packages/providers/MediaProvider/jni/ |
H A D | FuseDaemon.cpp | 250 explicit fuse(const std::string& _path, ino_t _ino) in fuse() 251 : path(_path), in fuse() 253 root(node::CreateRoot(_path, &lock, _ino, &tracker)), in fuse()
|
/aosp12/frameworks/base/rs/jni/ |
H A D | android_renderscript_RenderScript.cpp | 1661 nFileA3DCreateFromAsset(JNIEnv *_env, jobject _this, jlong con, jobject _assetMgr, jstring _path) in nFileA3DCreateFromAsset() argument 1668 AutoJavaStringToUTF8 str(_env, _path); in nFileA3DCreateFromAsset() 1752 nFontCreateFromAsset(JNIEnv *_env, jobject _this, jlong con, jobject _assetMgr, jstring _path, in nFontCreateFromAsset() argument 1760 AutoJavaStringToUTF8 str(_env, _path); in nFontCreateFromAsset()
|