Home
last modified time | relevance | path

Searched refs:sanitized (Results 1 – 20 of 20) sorted by relevance

/system/sepolicy/public/
Dasan_extract.te31 # Restorecon will actually already try to run with sanitized libraries (libpackagelistparser).
Dfile.te540 # asanwrapper (run a sanitized app_process, to be used with wrap properties)
Ddomain.te333 # Under ASAN, processes will try to read /data, as the sanitized libraries are there.
/system/sepolicy/prebuilts/api/27.0/public/
Dasan_extract.te31 # Restorecon will actually already try to run with sanitized libraries (libpackagelistparser).
Dfile.te337 # asanwrapper (run a sanitized app_process, to be used with wrap properties)
Ddomain.te222 # Under ASAN, processes will try to read /data, as the sanitized libraries are there.
/system/sepolicy/prebuilts/api/26.0/public/
Dasan_extract.te31 # Restorecon will actually already try to run with sanitized libraries (libpackagelistparser).
/system/sepolicy/prebuilts/api/29.0/public/
Dasan_extract.te31 # Restorecon will actually already try to run with sanitized libraries (libpackagelistparser).
Dfile.te490 # asanwrapper (run a sanitized app_process, to be used with wrap properties)
Ddomain.te320 # Under ASAN, processes will try to read /data, as the sanitized libraries are there.
/system/sepolicy/prebuilts/api/28.0/public/
Dasan_extract.te31 # Restorecon will actually already try to run with sanitized libraries (libpackagelistparser).
Dfile.te398 # asanwrapper (run a sanitized app_process, to be used with wrap properties)
Ddomain.te284 # Under ASAN, processes will try to read /data, as the sanitized libraries are there.
/system/sepolicy/prebuilts/api/30.0/public/
Dasan_extract.te31 # Restorecon will actually already try to run with sanitized libraries (libpackagelistparser).
Dfile.te536 # asanwrapper (run a sanitized app_process, to be used with wrap properties)
Ddomain.te320 # Under ASAN, processes will try to read /data, as the sanitized libraries are there.
/system/tools/hidl/utils/include/hidl-util/
DFQName.h223 std::vector<std::string> getPackageAndVersionComponents(bool sanitized) const;
/system/tools/hidl/
DCoordinator.h106 status_t getPackagePath(const FQName& fqName, bool relative, bool sanitized,
DCoordinator.cpp415 status_t Coordinator::getPackagePath(const FQName& fqName, bool relative, bool sanitized, in getPackagePath() argument
433 components.push_back(sanitized ? fqName.sanitizedVersion() : fqName.version()); in getPackagePath()
/system/tools/hidl/utils/
DFQName.cpp486 std::vector<std::string> FQName::getPackageAndVersionComponents(bool sanitized) const { in getPackageAndVersionComponents()
490 if (sanitized) { in getPackageAndVersionComponents()