Home
last modified time | relevance | path

Searched refs:isJsonFile (Results 1 – 5 of 5) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/rlottie/example/
H A Devasapp.cpp116 static bool isJsonFile(const char *filename) { in isJsonFile() function
131 if (isJsonFile(dir->d_name)) in jsonFiles()
/dports/graphics/rlottie/rlottie-0.2-49-g327fb7d/example/
H A Devasapp.cpp124 static bool isJsonFile(const char *filename) { in isJsonFile() function
139 if (isJsonFile(dir->d_name)) in jsonFiles()
H A Dlottieperf.cpp11 static bool isJsonFile(const char *filename) { in isJsonFile() function
26 if (isJsonFile(dir->d_name)) in jsonFiles()
/dports/devel/liteide/gotools-eff8693b15f0/jsonfmt/
H A Djsonfmt.go66 if err == nil && isJsonFile(f) {
94 func isJsonFile(f os.FileInfo) bool { func
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/
H A DSessionModuleContext.cpp1282 bool isJsonFile(const FilePath& filePath) in isJsonFile() function
1295 if (isJsonFile(targetPath)) in isTextFile()