Home
last modified time | relevance | path

Searched defs:dataPaths (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/packages/modules/AdServices/sdksandbox/tests/hostsidetests/SdkSandboxStorageHostTest/src/com/android/tests/sdksandbox/host/
DSdkSandboxStorageHostTest.java583 final List<String> dataPaths = in testSdkDataPackageDirectory_IsClearedOnClearAppData() local
622 final List<String> dataPaths = in testSdkDataPackageDirectory_IsClearedOnFreeCache() local
661 final List<String> dataPaths = in testSdkDataPackageDirectory_IsClearedOnClearCache() local
/aosp_15_r20/build/soong/rust/
H A Dtest.go85 func (test *testDecorator) dataPaths() []android.DataPath { func
/aosp_15_r20/build/soong/cc/
H A Dtest.go182 func (test *testBinary) dataPaths() []android.DataPath { func
/aosp_15_r20/build/soong/apex/
H A Dapex.go579 dataPaths []android.DataPath // becomes LOCAL_TEST_DATA member
/aosp_15_r20/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp2147 std::vector<std::string> dataPaths = {ce_path, de_path, media_path}; in freeCache() local