MCPcopy Create free account
hub / github.com/crosspoint-reader/crosspoint-reader / exists

Method exists

lib/hal/HalStorage.cpp:91–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89bool HalStorage::mkdir(const char* path, const bool pFlag) { HAL_STORAGE_WRAPPED_CALL(mkdir, path, pFlag); }
90
91bool HalStorage::exists(const char* path) { HAL_STORAGE_WRAPPED_CALL(exists, path); }
92
93bool HalStorage::remove(const char* path) { HAL_STORAGE_WRAPPED_CALL(remove, path); }
94bool HalStorage::rename(const char* oldPath, const char* newPath) {

Callers 15

clearCacheMethod · 0.80
setupCacheDirMethod · 0.80
generateCoverBmpMethod · 0.80
generateThumbBmpMethod · 0.80
loadMethod · 0.80
setupCacheDirMethod · 0.80
findCoverImageMethod · 0.80
generateCoverBmpMethod · 0.80
clearCacheMethod · 0.80
findFamilyRootMethod · 0.80
defaultWriteRootMethod · 0.80
download_fontFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected