/system/libvintf/ |
D | HostFileSystem.cpp | 38 auto resolved = resolve(path, error); in fetch() 49 auto resolved = resolve(path, error); in listFiles() 58 std::string HostFileSystem::resolve(const std::string& path, std::string* error) const { in resolve() function in android::vintf::details::HostFileSystem
|
/system/extras/simpleperf/scripts/test/ |
D | test.py | 21 sys.path.insert(0, str(Path(__file__).resolve().parents[1]))
|
D | test_utils.py | 49 cls.script_dir = Path(__file__).resolve().parents[1] 50 cls.test_base_dir = Path(test_dir).resolve() 52 cls.testdata_dir = Path(testdata_dir).resolve()
|
D | do_test.py | 139 script_test_dir = Path(__file__).resolve().parent 385 testdata_dir = Path('testdata').resolve() 485 test_dir = Path(args.test_dir).resolve()
|
/system/tools/hidl/ |
D | Scope.h | 116 const LocalIdentifier* resolve() const; 117 LocalIdentifier* resolve();
|
D | Reference.h | 83 return mResolved->resolve(); in get() 87 return mResolved->resolve(); in get()
|
D | TypeDef.h | 44 const Type* resolve() const override;
|
D | TypeDef.cpp | 58 const Type* TypeDef::resolve() const { in resolve() function in android::TypeDef
|
D | Scope.cpp | 289 const LocalIdentifier* LocalIdentifier::resolve() const { in resolve() function in android::LocalIdentifier 293 LocalIdentifier* LocalIdentifier::resolve() { in resolve() function in android::LocalIdentifier
|
D | Type.h | 62 Type* resolve(); 63 virtual const Type* resolve() const;
|
D | Type.cpp | 101 Type* Type::resolve() { in resolve() function in android::Type 102 return const_cast<Type*>(static_cast<const Type*>(this)->resolve()); in resolve() 105 const Type* Type::resolve() const { in resolve() function in android::Type
|
/system/unwinding/libbacktrace/include/backtrace/ |
D | BacktraceMap.h | 162 void SetResolveNames(bool resolve) { resolve_names_ = resolve; } in SetResolveNames() argument
|
/system/libvintf/include-host/vintf/ |
D | HostFileSystem.h | 45 std::string resolve(const std::string& path, std::string* error) const;
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | system_suspend.te | 16 # To resolve arbitrary sysfs paths from /sys/class/wakeup/* symlinks.
|
/system/sepolicy/private/ |
D | system_suspend.te | 17 # To resolve arbitrary sysfs paths from /sys/class/wakeup/* symlinks.
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | system_suspend.te | 17 # To resolve arbitrary sysfs paths from /sys/class/wakeup/* symlinks.
|
/system/unwinding/libunwindstack/include/unwindstack/ |
D | Unwinder.h | 110 void SetResolveNames(bool resolve) { resolve_names_ = resolve; } in SetResolveNames() argument
|
/system/extras/simpleperf/scripts/ |
D | report_html.js | 75 return createPromise((resolve) => setTimeout(resolve, 100)); 83 return createPromise((resolve) => { 84 this.shownCallback = resolve; 226 return createPromise((resolve) => { 227 this.tabActiveCallback = resolve; 1740 return new Promise((resolve, _) => callback(resolve)); 1742 return new Promise((resolve,_) => resolve()); 1746 return createPromise((resolve) => $(document).ready(resolve));
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | ueventd.te | 50 # linker tries to resolve paths in ld.config.txt.
|
/system/sepolicy/public/ |
D | ueventd.te | 54 # linker tries to resolve paths in ld.config.txt.
|
D | fastbootd.te | 76 # Needed for realpath() call to resolve symlinks.
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | fastbootd.te | 80 # Needed for realpath() call to resolve symlinks.
|
D | ueventd.te | 50 # linker tries to resolve paths in ld.config.txt.
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | ueventd.te | 54 # linker tries to resolve paths in ld.config.txt.
|
D | fastbootd.te | 76 # Needed for realpath() call to resolve symlinks.
|