Home
last modified time | relevance | path

Searched defs:fdPath (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/sensors/miscdevice/utils/common/src/
H A Dfile_utils.cpp223 std::string fdPath = "/proc/self/fd/" + std::to_string(fd); in GetFileSuffix() local
/ohos5.0/foundation/ai/intelligent_voice_framework/llt/hdt/depend_libs/src/
H A Dfile_ex.cpp63 string fdPath = "/proc/self/fd/" + std::to_string(fd); in GetFileNameByFd() local
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_utils.cpp168 uint32_t PrintUtils::GetIdFromFdPath(const std::string &fdPath) in GetIdFromFdPath()
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dfile_ex.cpp137 string fdPath = "/proc/self/fd/" + std::to_string(fd); in GetFileNameByFd() local
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
H A Dprint_task.cpp54 for (auto fdPath : innerList) { in PrintTask() local
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dnapi_scan_utils.cpp421 uint32_t NapiScanUtils::GetIdFromFdPath(const std::string &fdPath) in GetIdFromFdPath()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Dmount_manager.cpp402 std::string fdPath = pidPath + "/fd"; in PidUsingFlag() local