/packages/modules/Connectivity/bpf/syscall_wrappers/include/ |
D | BpfSyscallWrappers.h | 117 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/ |
D | BpfSyscallWrappers.h | 120 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/ |
D | com_android_net_module_util_TcUtils.cpp | 55 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
|
D | com_android_net_module_util_BpfMap.cpp | 37 ScopedUtfChars pathname(env, path); in com_android_net_module_util_BpfMap_nativeBpfFdGet() local
|
/packages/modules/Virtualization/android/virtualizationservice/aidl/android/system/virtualizationservice_internal/ |
D | IGlobalVmContext.aidl | 26 void setHostConsoleName(@utf8InCpp String pathname); in setHostConsoleName()
|
/packages/modules/Virtualization/android/virtualizationservice/aidl/android/system/virtualizationservice/ |
D | IVirtualMachine.aidl | 73 void setHostConsoleName(in @utf8InCpp String pathname); in setHostConsoleName()
|
/packages/services/BuiltInPrintService/jni/plugins/ |
D | plugin_pcl.c | 278 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()
|
D | plugin_pdf.c | 72 const char *pathname) { in _print_page()
|
/packages/modules/Virtualization/libs/authfs_aidl_interface/com/android/virt/fs/ |
D | IVirtFdService.aidl | 65 int openFileInDirectory(int dirFd, String pathname); in openFileInDirectory()
|
/packages/modules/Connectivity/staticlibs/netd/libnetdutils/ |
D | Syscalls.cpp | 44 StatusOr<UniqueFd> open(const std::string& pathname, int flags, mode_t mode) const override { in open() argument
|
/packages/modules/adb/ |
D | sysdeps.h | 474 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/ |
D | wprintJNI.c | 231 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()
|
D | lib_wprint.c | 143 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/ |
D | CameraUtil.java | 1259 public boolean accept(java.io.File pathname) { in getNumCpuCores()
|