Home
last modified time | relevance | path

Searched refs:fdPath (Results 1 - 6 of 6) sorted by relevance

/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_utils.cpp163 uint32_t PrintUtils::GetIdFromFdPath(const std::string &fdPath) in GetIdFromFdPath() argument
165 std::string fd_str = fdPath.substr(fdPath.rfind('/') + 1, fdPath.length()); in GetIdFromFdPath()
/base/sensors/miscdevice/utils/common/src/
H A Dfile_utils.cpp223 std::string fdPath = "/proc/self/fd/" + std::to_string(fd); in GetFileSuffix() local
225 ssize_t ret = readlink(fdPath.c_str(), filePath, FILE_PATH_MAX); in GetFileSuffix()
/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dnapi_scan_utils.cpp414 uint32_t NapiScanUtils::GetIdFromFdPath(const std::string &fdPath) in GetIdFromFdPath() argument
416 std::string fd_str = fdPath.substr(fdPath.rfind('/') + 1, fdPath.length()); in GetIdFromFdPath()
/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprint_utils.h48 static uint32_t GetIdFromFdPath(const std::string &fdPath);
/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dnapi_scan_utils.h95 static uint32_t GetIdFromFdPath(const std::string &fdPath);
/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
H A Dprint_task.cpp52 for (auto fdPath : innerList) { in PrintTask()
54 uint32_t fd = PrintUtils::GetIdFromFdPath(fdPath); in PrintTask()

Completed in 4 milliseconds