Searched refs:slash (Results 1 – 3 of 3) sorted by relevance
101 char *slash = NULL; in SetDeviceLable() local104 slash = strchr(path, '/'); in SetDeviceLable()105 while (slash != NULL) { in SetDeviceLable()106 int gap = slash - p; in SetDeviceLable()107 p = slash + 1; in SetDeviceLable()109 slash = strchr(p, '/'); in SetDeviceLable()121 slash = strchr(p, '/'); in SetDeviceLable()
446 char *slash = strchr(dir, '/'); in MakeDirRecursive() local447 while (slash != NULL) { in MakeDirRecursive()448 int gap = slash - p; in MakeDirRecursive()449 p = slash + 1; in MakeDirRecursive()451 slash = strchr(p, '/'); in MakeDirRecursive()460 slash = strchr(p, '/'); in MakeDirRecursive()
84 const char *slash = strchr(dir, '/'); in MakeDirRecursive() local85 while (slash != nullptr) { in MakeDirRecursive()86 int gap = slash - p; in MakeDirRecursive()87 p = slash + 1; in MakeDirRecursive()89 slash = strchr(p, '/'); in MakeDirRecursive()102 slash = strchr(p, '/'); in MakeDirRecursive()