Home
last modified time | relevance | path

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

/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Ddisk_utils.cpp37 const char *kPath = path.c_str(); in CreateDiskNode() local
38 if (mknod(kPath, NODE_PERM | S_IFBLK, dev) < 0) { in CreateDiskNode()
47 const char *kPath = path.c_str(); in DestroyDiskNode() local
48 if (TEMP_FAILURE_RETRY(unlink(kPath)) < 0) { in DestroyDiskNode()
56 const char *kPath = path.c_str(); in GetDevSize() local
57 FILE *f = fopen(kPath, "r"); in GetDevSize()

Completed in 1 milliseconds