Searched defs:pathname (Results 1 – 8 of 8) sorted by relevance
93 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()
139 public static boolean restorecon(String pathname) throws NullPointerException { in restorecon()154 private static native boolean native_restorecon(String pathname, int flags); in native_restorecon()
26 public TestFolderWrapper(String pathname) { in TestFolderWrapper()
539 int create_dir_if_needed(const std::string& pathname, mode_t perms) { in create_dir_if_needed()563 int delete_dir_contents(const std::string& pathname, bool ignore_if_missing) { in delete_dir_contents()567 int delete_dir_contents_and_dir(const std::string& pathname, bool ignore_if_missing) { in delete_dir_contents_and_dir()571 int delete_dir_contents(const char *pathname, in delete_dir_contents()
285 char *pathname = argv[i]; in main() local
391 ScopedUtfChars pathname(env, pathnameStr); in native_restorecon() local
1772 const char *pathname = uri; in android_audioPlayer_realize() local
4072 bool is_dir(const char* pathname) { in is_dir()