HomeSort by relevance Sort by last modified time
    Searched refs:libsepolwrap (Results 1 - 5 of 5) sorted by null

  /cts/hostsidetests/security/src/android/cts/security/
FileSystemPermissionTest.java 151 File libsepolwrap; local
153 libsepolwrap = copyResourceToTempFile("/libsepolwrap.dylib");
154 libsepolwrap =
156 libsepolwrap.toPath(),
157 new File(tmpDir, "libsepolwrap.dylib").toPath()).toFile();
162 libsepolwrap = copyResourceToTempFile("/libsepolwrap.so");
163 libsepolwrap =
165 libsepolwrap.toPath()
    [all...]
  /cts/hostsidetests/security/
Android.mk 61 $(HOST_OUT)/lib64/libsepolwrap.$(SHAREDLIB_EXT) \
  /cts/hostsidetests/security/src/android/security/cts/
SELinuxHostTest.java 90 private File libsepolwrap; field in class:SELinuxHostTest
805 libsepolwrap = copyResourceToTempFile("/libsepolwrap.dylib");
809 libsepolwrap = copyResourceToTempFile("/libsepolwrap.so");
813 libsepolwrap.deleteOnExit();
    [all...]
  /system/sepolicy/
treble_sepolicy_tests_for_release.mk 89 $(HOST_OUT)/lib64/libsepolwrap.$(SHAREDLIB_EXT) $(ALL_FC_ARGS) \
Android.mk     [all...]

Completed in 217 milliseconds