Home
last modified time | relevance | path

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

/frameworks/libs/net/common/native/bpf_syscall_wrappers/include/
DBpfSyscallWrappers.h93 inline int bpfFdPin(const BPF_FD_TYPE map_fd, const char* pathname) { in bpfFdPin()
100 inline int bpfFdGet(const char* pathname, uint32_t flag) { in bpfFdGet()
107 inline int mapRetrieve(const char* pathname, uint32_t flag) { in mapRetrieve()
111 inline int mapRetrieveRW(const char* pathname) { in mapRetrieveRW()
115 inline int mapRetrieveRO(const char* pathname) { in mapRetrieveRO()
119 inline int mapRetrieveWO(const char* pathname) { in mapRetrieveWO()
123 inline int retrieveProgram(const char* pathname) { in retrieveProgram()
/frameworks/base/core/java/android/os/
DSELinux.java139 public static boolean restorecon(String pathname) throws NullPointerException { in restorecon()
154 private static native boolean native_restorecon(String pathname, int flags); in native_restorecon()
/frameworks/libs/net/common/native/bpfmapjni/
Dcom_android_net_module_util_TcUtils.cpp48 ScopedUtfChars pathname(env, bpfProgPath); in com_android_net_module_util_TcUtils_tcFilterAddDevBpf() local
64 ScopedUtfChars pathname(env, bpfProgPath); in com_android_net_module_util_TcUtils_tcFilterAddDevIngressPolice() local
Dcom_android_net_module_util_BpfMap.cpp32 ScopedUtfChars pathname(env, path); in com_android_net_module_util_BpfMap_nativeBpfFdGet() local
/frameworks/layoutlib/bridge/tests/src/com/android/ide/common/resources/deprecated/
DTestFolderWrapper.java26 public TestFolderWrapper(String pathname) { in TestFolderWrapper()
/frameworks/native/cmds/installd/
Dutils.cpp627 int create_dir_if_needed(const std::string& pathname, mode_t perms) { in create_dir_if_needed()
651 int delete_dir_contents(const std::string& pathname, bool ignore_if_missing) { in delete_dir_contents()
655 int delete_dir_contents_and_dir(const std::string& pathname, bool ignore_if_missing) { in delete_dir_contents_and_dir()
659 int delete_dir_contents(const char *pathname, in delete_dir_contents()
703 static int rename_delete_dir_contents(const std::string& pathname, in rename_delete_dir_contents()
730 int rename_delete_dir_contents_and_dir(const std::string& pathname, bool ignore_if_missing) { in rename_delete_dir_contents_and_dir()
742 int foreach_subdir(const std::string& pathname, const std::function<void(const std::string&)> fn) { in foreach_subdir()
769 void cleanup_invalid_package_dirs_under_path(const std::string& pathname) { in cleanup_invalid_package_dirs_under_path()
/frameworks/wilhelm/tests/sandbox/
Dreverb.c285 char *pathname = argv[i]; in main() local
/frameworks/base/core/jni/
Dandroid_os_SELinux.cpp395 ScopedUtfChars pathname(env, pathnameStr); in native_restorecon() local
/frameworks/libs/net/common/netd/libnetdutils/
DSyscalls.cpp44 StatusOr<UniqueFd> open(const std::string& pathname, int flags, mode_t mode) const override { in open() argument
/frameworks/wilhelm/src/android/
DAudioPlayer_to_android.cpp1727 const char *pathname = uri; in android_audioPlayer_realize() local
/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp4238 bool is_dir(const char* pathname) { in is_dir()