/system/libvintf/include/vintf/ |
D | FileSystem.h | 40 virtual status_t fetch(const std::string& path, std::string* fetched, 67 status_t fetch(const std::string&, std::string*, std::string*) const override; 75 status_t fetch(const std::string&, std::string*, std::string*) const override; 85 status_t fetch(const std::string& path, std::string* fetched,
|
/system/libvintf/test/ |
D | utils-fake.h | 37 MOCK_CONST_METHOD2(fetch, status_t(const std::string& path, std::string& fetched)); 42 status_t fetch(const std::string& path, std::string* fetched, std::string*) const override { in fetch() function 44 return fetch(path, *fetched); in fetch() 52 MOCK_METHOD(status_t, fetch, (const std::string&, std::string*, std::string*),
|
D | VintfFmTest.cpp | 114 MOCK_METHOD(status_t, fetch, (const std::string&, std::string*, std::string*), 197 ON_CALL(*fs, fetch(StartsWith(gFakeRoot), _, _)).WillByDefault(Return(NAME_NOT_FOUND)); in SetUp() 198 ON_CALL(*fs, fetch(PathEq(gFrameworkManifestPath), _, _)) in SetUp() 262 ON_CALL(*fs, fetch(StartsWith(gFrozenDir + "/"s), _, _)) in SetUp()
|
D | VintfObjectRecoveryTest.cpp | 122 ON_CALL(fs(), fetch(_, _, _)) in setUpManifests() 130 ON_CALL(fs(), fetch(StrEq(kSystemManifest), _, _)) in setUpManifests() 157 ON_CALL(fs(), fetch(StartsWith(kSystemManifestFragmentDir), _, _)) in setUpManifests()
|
D | vintf_object_tests.cpp | 421 EXPECT_CALL(fetcher(), fetch(_, _)).Times(AnyNumber()) in useEmptyFileSystem() 432 ON_CALL(fetcher(), fetch(StrEq(kVendorLegacyManifest), _)) in setupMockFetcher() 439 ON_CALL(fetcher(), fetch(StrEq(kSystemManifest), _)) in setupMockFetcher() 446 ON_CALL(fetcher(), fetch(StrEq(kVendorLegacyMatrix), _)) in setupMockFetcher() 452 ON_CALL(fetcher(), fetch(StrEq(kSystemLegacyMatrix), _)) in setupMockFetcher() 473 EXPECT_CALL(fetcher(), fetch(StrEq(kVendorLegacyManifest), _)).Times(times); in expectVendorManifest() 477 EXPECT_CALL(fetcher(), fetch(StrEq(kSystemManifest), _)).Times(times); in expectSystemManifest() 481 EXPECT_CALL(fetcher(), fetch(StrEq(kVendorLegacyMatrix), _)).Times(times); in expectVendorMatrix() 485 EXPECT_CALL(fetcher(), fetch(StrEq(kSystemLegacyMatrix), _)).Times(times); in expectSystemMatrix() 490 EXPECT_CALL(fetcher(), fetch(StrEq(path), _)) in expectFetch() [all …]
|
/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 80 status_t FileSystemNoOp::fetch(const std::string&, std::string*, std::string*) const { in fetch() function in android::vintf::details::FileSystemNoOp 100 status_t FileSystemUnderPath::fetch(const std::string& path, std::string* fetched, in fetch() function in android::vintf::details::FileSystemUnderPath 102 return mImpl.fetch(mRootDir + path, fetched, error); in fetch()
|
D | HostFileSystem.cpp | 36 status_t HostFileSystem::fetch(const std::string& path, std::string* fetched, in fetch() function in android::vintf::details::HostFileSystem 42 status_t status = mImpl->fetch(resolved, fetched, error); in fetch()
|
D | VintfFm.cpp | 67 status_t fetch(const std::string& path, std::string* fetched, in fetch() function in android::vintf::__anon6f1498f00111::WritableFileSystemImpl 69 return mRoFileSystem.fetch(path, fetched, error); in fetch() 290 if (OK != mFs->fetch(path, &xmlString, &error)) { in loadMatrices()
|
D | RuntimeInfo-target.cpp | 171 std::function<status_t(RuntimeInfoFetcher*, RuntimeInfo::FetchFlags)> fetch; member 190 if ((flags & fetchFunction.flags) && ((err = fetchFunction.fetch(this, flags)) != OK)) in fetchAllInformation()
|
D | Apex.cpp | 66 status = fileSystem->fetch(kApexInfoFile, &xml, error); in DeviceVintfDirs()
|
D | utils.h | 43 status_t result = fileSystem->fetch(path, &info, error); in fetchAllInformation()
|
/system/libvintf/include-host/vintf/ |
D | HostFileSystem.h | 38 status_t fetch(const std::string& path, std::string* fetched,
|
/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/sepolicy/prebuilts/api/32.0/private/ |
D | incident.te | 18 # allow incident be able to output data for CTS to fetch.
|
D | zygote.te | 50 # For updateability, the zygote may fetch the current boot
|
/system/sepolicy/prebuilts/api/34.0/private/ |
D | incident.te | 18 # allow incident be able to output data for CTS to fetch.
|
/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/prebuilts/api/31.0/private/ |
D | incident.te | 18 # allow incident be able to output data for CTS to fetch.
|
/system/sepolicy/prebuilts/api/33.0/private/ |
D | incident.te | 18 # allow incident be able to output data for CTS to fetch.
|
/system/sepolicy/private/ |
D | incident.te | 18 # allow incident be able to output data for CTS to fetch.
|
/system/libvintf/analyze_matrix/ |
D | analyze_matrix.cpp | 35 status_t err = details::FileSystemImpl().fetch(path, &xml, &error); in readObject()
|
/system/extras/ANRdaemon/ |
D | README | 14 Use ANRdaemon_get_trace.sh [device serial] to dump and fetch the compressed trace file.
|
/system/extras/profcollectd/ |
D | README.md | 121 You can then fetch the report by running (under root):
|