Searched refs:partPath (Results 1 – 1 of 1) sorted by relevance
3846 const char* partPath = android_hw->disk_cachePartition_path; in main() local3851 if (partPath && *partPath && strcmp(partPath, "<temp>") != 0) { in main()3852 if (filelock_create(partPath) == NULL) { in main()3858 if (!path_exists(partPath)) { in main()3859 if (path_empty_file(partPath) < 0) { in main()3860 … PANIC("Could not create cache image file %s: %s", partPath, strerror(errno)); in main()3864 pstrcat(tmp, sizeof(tmp), partPath); in main()