Searched refs:abs_path (Results 1 – 1 of 1) sorted by relevance
348 if ((abs_path == NULL) || in fs_opendir()349 (strlen(abs_path) < 1) || (abs_path[0] != '/')) { in fs_opendir()359 if (strcmp(abs_path, "/") == 0) { in fs_opendir()504 if ((abs_path == NULL) || in fs_mkdir()505 (strlen(abs_path) <= 1) || (abs_path[0] != '/')) { in fs_mkdir()537 if ((abs_path == NULL) || in fs_unlink()538 (strlen(abs_path) <= 1) || (abs_path[0] != '/')) { in fs_unlink()610 if ((abs_path == NULL) || in fs_stat()611 (strlen(abs_path) <= 1) || (abs_path[0] != '/')) { in fs_stat()640 if ((abs_path == NULL) || in fs_statvfs()[all …]
Completed in 16 milliseconds