/system/libvintf/include/vintf/ |
D | FileSystem.h | 40 virtual status_t fetch(const std::string& path, std::string* fetched, 53 status_t fetch(const std::string&, std::string*, std::string*) const; 60 status_t fetch(const std::string&, std::string*, std::string*) const; 68 virtual status_t fetch(const std::string& path, std::string* fetched,
|
/system/libvintf/ |
D | FileSystem.cpp | 28 status_t FileSystemImpl::fetch(const std::string& path, std::string* fetched, in fetch() function in android::vintf::details::FileSystemImpl 66 status_t FileSystemNoOp::fetch(const std::string&, std::string*, std::string*) const { in fetch() function in android::vintf::details::FileSystemNoOp 82 status_t FileSystemUnderPath::fetch(const std::string& path, std::string* fetched, in fetch() function in android::vintf::details::FileSystemUnderPath 84 return mImpl.fetch(mRootDir + path, fetched, error); in fetch()
|
D | utils.h | 43 status_t result = fileSystem->fetch(path, &info, error); in fetchAllInformation()
|
D | check_vintf.cpp | 67 status_t fetch(const std::string& path, std::string* fetched, in fetch() function in android::vintf::details::HostFileSystem 73 status_t status = details::FileSystemImpl::fetch(resolved, fetched, error); in fetch() 196 status_t err = fileSystem->fetch(path, &xml, &error); in readObject()
|
D | VintfObject.cpp | 434 status_t status = getFileSystem()->fetch(path, &content, error); in getOneMatrix()
|
/system/libvintf/test/ |
D | utils-fake.h | 36 MOCK_CONST_METHOD2(fetch, status_t(const std::string& path, std::string& fetched)); 40 status_t fetch(const std::string& path, std::string* fetched, std::string*) const override { in fetch() function 42 return fetch(path, *fetched); in fetch()
|
D | vintf_object_tests.cpp | 373 EXPECT_CALL(fetcher(), fetch(_, _)).Times(AnyNumber()) in useEmptyFileSystem() 384 ON_CALL(fetcher(), fetch(StrEq(kVendorLegacyManifest), _)) in setupMockFetcher() 391 ON_CALL(fetcher(), fetch(StrEq(kSystemManifest), _)) in setupMockFetcher() 398 ON_CALL(fetcher(), fetch(StrEq(kVendorLegacyMatrix), _)) in setupMockFetcher() 404 ON_CALL(fetcher(), fetch(StrEq(kSystemLegacyMatrix), _)) in setupMockFetcher() 425 EXPECT_CALL(fetcher(), fetch(StrEq(kVendorLegacyManifest), _)).Times(times); in expectVendorManifest() 429 EXPECT_CALL(fetcher(), fetch(StrEq(kSystemManifest), _)).Times(times); in expectSystemManifest() 433 EXPECT_CALL(fetcher(), fetch(StrEq(kVendorLegacyMatrix), _)).Times(times); in expectVendorMatrix() 437 EXPECT_CALL(fetcher(), fetch(StrEq(kSystemLegacyMatrix), _)).Times(times); in expectSystemMatrix() 442 EXPECT_CALL(fetcher(), fetch(StrEq(path), _)) in expectFetch() [all …]
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | incident.te | 11 # allow incident be able to output data for CTS to fetch.
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | incident.te | 11 # allow incident be able to output data for CTS to fetch.
|
D | zygote.te | 47 # For updateability, the zygote may fetch the current boot
|
/system/libvintf/analyze_matrix/ |
D | analyze_matrix.cpp | 36 status_t err = details::FileSystemImpl().fetch(path, &xml, &error); in readObject()
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | incident.te | 18 # allow incident be able to output data for CTS to fetch.
|
D | zygote.te | 48 # For updateability, the zygote may fetch the current boot
|
/system/sepolicy/private/ |
D | incident.te | 18 # allow incident be able to output data for CTS to fetch.
|
D | zygote.te | 48 # For updateability, the zygote may fetch the current boot
|
/system/extras/ANRdaemon/ |
D | README | 14 Use ANRdaemon_get_trace.sh [device serial] to dump and fetch the compressed trace file.
|
/system/bt/ |
D | README.md | 26 Then fetch third party dependencies:
|