Searched refs:DISTRIBUTED_FILE_PREFIX (Results 1 – 1 of 1) sorted by relevance
84 const string DISTRIBUTED_FILE_PREFIX = "/data/storage/el2/distributedfiles"; variable119 return path.find(CLOUDDISK_FILE_PREFIX) == 0 || path.find(DISTRIBUTED_FILE_PREFIX) == 0; in IsCloudOrDistributedFilePath()178 if (path.find(DISTRIBUTED_FILE_PREFIX) == 0) { in HandleLocalCheck()181 string relativePath = path.substr(DISTRIBUTED_FILE_PREFIX.length()); in HandleLocalCheck()