Home
last modified time | relevance | path

Searched refs:resolve (Results 1 – 25 of 41) sorted by relevance

12

/system/libvintf/
DHostFileSystem.cpp38 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/
Dtest.py21 sys.path.insert(0, str(Path(__file__).resolve().parents[1]))
Dtest_utils.py49 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()
Ddo_test.py139 script_test_dir = Path(__file__).resolve().parent
385 testdata_dir = Path('testdata').resolve()
485 test_dir = Path(args.test_dir).resolve()
/system/tools/hidl/
DScope.h116 const LocalIdentifier* resolve() const;
117 LocalIdentifier* resolve();
DReference.h83 return mResolved->resolve(); in get()
87 return mResolved->resolve(); in get()
DTypeDef.h44 const Type* resolve() const override;
DTypeDef.cpp58 const Type* TypeDef::resolve() const { in resolve() function in android::TypeDef
DScope.cpp289 const LocalIdentifier* LocalIdentifier::resolve() const { in resolve() function in android::LocalIdentifier
293 LocalIdentifier* LocalIdentifier::resolve() { in resolve() function in android::LocalIdentifier
DType.h62 Type* resolve();
63 virtual const Type* resolve() const;
DType.cpp101 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/
DBacktraceMap.h162 void SetResolveNames(bool resolve) { resolve_names_ = resolve; } in SetResolveNames() argument
/system/libvintf/include-host/vintf/
DHostFileSystem.h45 std::string resolve(const std::string& path, std::string* error) const;
/system/sepolicy/prebuilts/api/30.0/private/
Dsystem_suspend.te16 # To resolve arbitrary sysfs paths from /sys/class/wakeup/* symlinks.
/system/sepolicy/private/
Dsystem_suspend.te17 # To resolve arbitrary sysfs paths from /sys/class/wakeup/* symlinks.
/system/sepolicy/prebuilts/api/31.0/private/
Dsystem_suspend.te17 # To resolve arbitrary sysfs paths from /sys/class/wakeup/* symlinks.
/system/unwinding/libunwindstack/include/unwindstack/
DUnwinder.h110 void SetResolveNames(bool resolve) { resolve_names_ = resolve; } in SetResolveNames() argument
/system/extras/simpleperf/scripts/
Dreport_html.js75 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/
Dueventd.te50 # linker tries to resolve paths in ld.config.txt.
/system/sepolicy/public/
Dueventd.te54 # linker tries to resolve paths in ld.config.txt.
Dfastbootd.te76 # Needed for realpath() call to resolve symlinks.
/system/sepolicy/prebuilts/api/29.0/public/
Dfastbootd.te80 # Needed for realpath() call to resolve symlinks.
Dueventd.te50 # linker tries to resolve paths in ld.config.txt.
/system/sepolicy/prebuilts/api/31.0/public/
Dueventd.te54 # linker tries to resolve paths in ld.config.txt.
Dfastbootd.te76 # Needed for realpath() call to resolve symlinks.

12