Searched refs:tempFilePath (Results 1 – 3 of 3) sorted by relevance
74 string tempFilePath = GetTempFilePath(filePath); in PrepareTempVideoFile() local76 int fd = open(tempFilePath.c_str(), O_WRONLY | O_CREAT, 0644); in PrepareTempVideoFile()245 string tempFilePath = GetTempFilePath(filePath); variable263 string tempFilePath = GetTempFilePath(filePath); variable308 string tempFilePath = GetTempFilePath(filePath); variable327 string tempFilePath = GetTempFilePath(filePath); variable356 string tempFilePath = GetTempFilePath(filePath); variable394 string tempFilePath = GetTempFilePath(filePath); variable428 string tempFilePath = GetTempFilePath(filePath); variable465 string tempFilePath = GetTempFilePath(filePath); variable[all …]
580 std::string tempFilePath(idItem->value_); in GetFilePathFromHap() local581 auto index = tempFilePath.find('/'); in GetFilePathFromHap()583 RESMGR_HILOGE(RESMGR_TAG, "resource path format error, %s", tempFilePath.c_str()); in GetFilePathFromHap()589 std::string tempFilePath("assets/"); in GetFilePathFromHap() local590 tempFilePath.append(idItem->value_); in GetFilePathFromHap()591 filePath = tempFilePath; in GetFilePathFromHap()
1706 …std::string tempFilePath = DRIVER_FILE_DIR + TEMP_PREFIX + BUNDLE_NAME + PATH_UNDERLIND + MODULE_N… variable1708 fileExisted = IsFileExisted(tempFilePath);