Searched refs:filePathString (Results 1 – 2 of 2) sorted by relevance
75 std::string const filePathString{filePath.string()}; variable76 std::ofstream file { filePathString };94 … {{"SaveCachedNetwork", true}, {"CachedNetworkFilePath", filePathString}});96 … {{"SaveCachedNetwork", false}, {"CachedNetworkFilePath", filePathString}});108 CHECK(fs::is_empty(filePathString));115 CHECK(fs::exists(filePathString));116 std::vector<char> dataSerialized = ReadBinaryFile(filePathString);
313 public static String getContentUriFromFilePath(String filePathString) { in getContentUriFromFilePath() argument315 Uri contentUri = getContentUriFromFile(new File(filePathString)); in getContentUriFromFilePath()321 Log.e(TAG, "Cannot retrieve content uri from file: %s", filePathString, e); in getContentUriFromFilePath()