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

Method mkdir

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

Source from the content-addressed store, hash-verified

87}
88
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

Callers 15

setupCacheDirMethod · 0.80
setupCacheDirMethod · 0.80
download_fontFunction · 0.80
extract_static_instanceFunction · 0.80
build_familyFunction · 0.80
generate_manifestFunction · 0.80
mainFunction · 0.80
saveToFileMethod · 0.80
setupCacheDirMethod · 0.80
createSectionFileMethod · 0.80
saveToFileMethod · 0.80
ensureFamilyDirMethod · 0.80

Calls

no outgoing calls

Tested by 1

mainFunction · 0.64