Home
last modified time | relevance | path

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

/packages/modules/Connectivity/bpf/syscall_wrappers/include/
DBpfSyscallWrappers.h117 inline int bpfFdPin(const borrowed_fd& map_fd, const char* pathname) { in bpfFdPin()
124 inline int bpfFdGet(const char* pathname, uint32_t flag) { in bpfFdGet()
159 inline int mapRetrieveLocklessRW(const char* pathname) { in mapRetrieveLocklessRW()
163 inline int mapRetrieveExclusiveRW(const char* pathname) { in mapRetrieveExclusiveRW()
167 inline int mapRetrieveRW(const char* pathname) { in mapRetrieveRW()
171 inline int mapRetrieveRO(const char* pathname) { in mapRetrieveRO()
177 inline int mapRetrieveWO(const char* pathname) { in mapRetrieveWO()
181 inline int retrieveProgram(const char* pathname) { in retrieveProgram()
185 inline bool usableProgram(const char* pathname) { in usableProgram()
/packages/modules/UprobeStats/src/bpf/syscall_wrappers/include/
DBpfSyscallWrappers.h120 inline int bpfFdPin(const BPF_FD_TYPE map_fd, const char* pathname) { in bpfFdPin()
127 inline int bpfFdGet(const char* pathname, uint32_t flag) { in bpfFdGet()
169 inline int mapRetrieveLocklessRW(const char* pathname) { in mapRetrieveLocklessRW()
173 inline int mapRetrieveExclusiveRW(const char* pathname) { in mapRetrieveExclusiveRW()
177 inline int mapRetrieveRW(const char* pathname) { in mapRetrieveRW()
181 inline int mapRetrieveRO(const char* pathname) { in mapRetrieveRO()
187 inline int mapRetrieveWO(const char* pathname) { in mapRetrieveWO()
191 inline int retrieveProgram(const char* pathname) { in retrieveProgram()
195 inline bool usableProgram(const char* pathname) { in usableProgram()
/packages/modules/Connectivity/staticlibs/native/bpfmapjni/
Dcom_android_net_module_util_TcUtils.cpp55 ScopedUtfChars pathname(env, bpfProgPath); in com_android_net_module_util_TcUtils_tcFilterAddDevBpf() local
71 ScopedUtfChars pathname(env, bpfProgPath); in com_android_net_module_util_TcUtils_tcFilterAddDevIngressPolice() local
109 ScopedUtfChars pathname(env, bpfProgPath); in com_android_net_module_util_TcUtils_isBpfProgramUsable() local
Dcom_android_net_module_util_BpfMap.cpp37 ScopedUtfChars pathname(env, path); in com_android_net_module_util_BpfMap_nativeBpfFdGet() local
/packages/modules/Virtualization/android/virtualizationservice/aidl/android/system/virtualizationservice_internal/
DIGlobalVmContext.aidl26 void setHostConsoleName(@utf8InCpp String pathname); in setHostConsoleName()
/packages/modules/Virtualization/android/virtualizationservice/aidl/android/system/virtualizationservice/
DIVirtualMachine.aidl73 void setHostConsoleName(in @utf8InCpp String pathname); in setHostConsoleName()
/packages/services/BuiltInPrintService/jni/plugins/
Dplugin_pcl.c278 const char *mime_type, const char *pathname) { in _setup_image_info()
363 const char *pathname) { in _print_page()
513 const char *mime_type, const char *pathname) { in _print_blank_page()
Dplugin_pdf.c72 const char *pathname) { in _print_page()
/packages/modules/Virtualization/libs/authfs_aidl_interface/com/android/virt/fs/
DIVirtFdService.aidl65 int openFileInDirectory(int dirFd, String pathname); in openFileInDirectory()
/packages/modules/Connectivity/staticlibs/netd/libnetdutils/
DSyscalls.cpp44 StatusOr<UniqueFd> open(const std::string& pathname, int flags, mode_t mode) const override { in open() argument
/packages/modules/adb/
Dsysdeps.h474 static inline int adb_open_mode(const char* pathname, int options, int mode) { in adb_open_mode()
485 static inline int adb_open(const char* pathname, int options) { in adb_open()
/packages/services/BuiltInPrintService/jni/lib/
DwprintJNI.c231 static bool _is_pdf_doc(const char *mime_type, const char *pathname) { in _is_pdf_doc()
258 static bool _get_pdf_page_count(const char *mime_type, int *page_count, const char *pathname) { in _get_pdf_page_count()
438 duplex_t duplex, char *pathname, int num_index, int *pages_ary) { in _print_pdf_pages()
Dlib_wprint.c143 char *pathname; member
2008 const char *mime_type, const char *pathname, wprint_status_cb_t cb_fn, in wprintStartJob()
/packages/apps/Camera2/src/com/android/camera/util/
DCameraUtil.java1259 public boolean accept(java.io.File pathname) { in getNumCpuCores()