Home
last modified time | relevance | path

Searched defs:pathname (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/os/
DSELinux.java115 public static boolean restorecon(String pathname) throws NullPointerException { in restorecon()
130 private static native boolean native_restorecon(String pathname, int flags); in native_restorecon()
/frameworks/base/core/jni/
Dandroid_os_SELinux.cpp309 ScopedUtfChars pathname(env, pathnameStr); in native_restorecon() local
/frameworks/wilhelm/tests/sandbox/
Dreverb.c285 char *pathname = argv[i]; in main() local
/frameworks/native/cmds/installd/
Dutils.cpp375 int delete_dir_contents(const std::string& pathname, bool ignore_if_missing) { in delete_dir_contents()
379 int delete_dir_contents_and_dir(const std::string& pathname, bool ignore_if_missing) { in delete_dir_contents_and_dir()
383 int delete_dir_contents(const char *pathname, in delete_dir_contents()
/frameworks/wilhelm/src/android/
DAudioPlayer_to_android.cpp1719 const char *pathname = uri; in android_audioPlayer_realize() local
/frameworks/native/cmds/dumpstate/
Dutils.cpp1239 bool is_dir(const char* pathname) { in is_dir()