Searched refs:resolved (Results 1 – 14 of 14) sorted by relevance
/system/libvintf/ |
D | HostFileSystem.cpp | 38 auto resolved = resolve(path, error); in fetch() local 39 if (resolved.empty()) { in fetch() 42 status_t status = mImpl->fetch(resolved, fetched, error); in fetch() 43 LOG(INFO) << "Fetch '" << resolved << "': " << statusToString(status); in fetch() 49 auto resolved = resolve(path, error); in listFiles() local 50 if (resolved.empty()) { in listFiles() 53 status_t status = mImpl->listFiles(resolved, out, error); in listFiles() 54 LOG(INFO) << "List '" << resolved << "': " << statusToString(status); in listFiles() 60 auto resolved = resolve(path, error); in modifiedTime() local 61 if (resolved.empty()) { in modifiedTime() [all …]
|
/system/chre/platform/arm/ |
D | nanoapp_loader.cc | 72 void *resolved = resolveData(posInSymbolTable); in relocateTable() local 73 if (resolved == nullptr) { in relocateTable() 81 *addr = reinterpret_cast<ElfAddr>(resolved); in relocateTable() 136 void *resolved = resolveData(posInSymbolTable); in resolveGot() local 137 if (resolved == nullptr) { in resolveGot() 142 *addr = reinterpret_cast<ElfAddr>(resolved); in resolveGot()
|
/system/chre/platform/riscv/ |
D | nanoapp_loader.cc | 110 void *resolved = resolveData(posInSymbolTable); in resolveGot() local 111 if (resolved == nullptr) { in resolveGot() 116 *addr = reinterpret_cast<ElfAddr>(resolved) + curr->r_addend; in resolveGot()
|
/system/tools/aidl/ |
D | parser.cpp | 218 auto resolved = t.GetDefinedType(); in Visit() local 219 if (resolved) { in Visit() 220 queue_.push(&resolved->GetDocument()); in Visit() 255 const AidlConstantValue* resolved = v.Resolve(Scope()); in Visit() local 256 if (!resolved) { in Visit() 268 VisitScopedTopDown(*resolved); in Visit()
|
D | aidl_unittest.cpp | 1918 auto resolved = typenames_.ResolveTypename("p.Outer.IInner"); in TEST_F() local 1919 ASSERT_TRUE(resolved.defined_type); in TEST_F() 1920 EXPECT_EQ(cpp::HeaderFile(*resolved.defined_type, cpp::ClassNames::CLIENT), "p/Outer.h"); in TEST_F()
|
/system/tools/hidl/ |
D | Reference.h | 101 void set(T* resolved) { in set() 103 CHECK(resolved != nullptr); in set() 104 mResolved = resolved; in set()
|
D | hidl-gen_y.yy | 651 // Since typedefs are always resolved to their target it makes
|
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/proto/ |
D | nearby_extension.proto | 196 // Public identity address (corresponds to resolved private address). 199 // Random (static) Identity Address (corresponds to resolved private
|
/system/sepolicy/tools/sepolicy-analyze/ |
D | README | 93 classes, or permissions from a neverallow rule that could not be resolved
|
/system/timezone/ |
D | RELEASE_NOTES.md | 84 yet to be resolved. Android API behavior is influenced by ICU, so while ICU
|
/system/sepolicy/private/ |
D | property_contexts | 533 dalvik.vm.ps-resolved-classes-delay-ms u:object_r:dalvik_config_prop:s0 exact int
|
/system/chre/pal/doc/ |
D | Doxyfile | 397 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 397 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
|
/system/media/audio_utils/ |
D | Doxyfile | 438 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
|