Searched refs:fullFileName (Results 1 - 8 of 8) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/ |
H A D | shader_loader.cpp | 161 const string_view fullFileName, const IDirectory::Entry& entry, const bool forceReload) in HandleShaderFile() 165 const auto result = loader.Load(fileManager_, fullFileName); in HandleShaderFile() 179 ref.shaderNames.emplace_back(fullFileName); in HandleShaderFile() 184 (!vertShader.empty()) && (!fragShader.empty()), "shader name: %s", fullFileName.data()); in HandleShaderFile() 188 refVert.shaderNames.emplace_back(fullFileName); in HandleShaderFile() 191 refFrag.shaderNames.emplace_back(fullFileName); in HandleShaderFile() 196 PLUGIN_LOG_E("unable to load shader json %s : %s", fullFileName.data(), result.error.c_str()); in HandleShaderFile() 201 void ShaderLoader::HandleShaderStateFile(const string_view fullFileName, const IDirectory::Entry& entry) in HandleShaderStateFile() argument 205 const auto result = loader.Load(fileManager_, fullFileName); in HandleShaderStateFile() 209 PLUGIN_LOG_E("unable to load shader state json %s : %s", fullFileName in HandleShaderStateFile() 160 HandleShaderFile( const string_view fullFileName, const IDirectory::Entry& entry, const bool forceReload) HandleShaderFile() argument 214 HandlePipelineLayoutFile(const string_view fullFileName, const IDirectory::Entry& entry) HandlePipelineLayoutFile() argument 231 HandleVertexInputDeclarationFile(const string_view fullFileName, const IDirectory::Entry& entry) HandleVertexInputDeclarationFile() argument [all...] |
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
H A D | nstackx_file_list.c | 133 fileListEntry->fullFileName = fileListInfo->files[i]; in FileListSetSendFileList() 137 ret = GetFileName(fileListEntry->fullFileName, fileListEntry->fileName, sizeof(fileListEntry->fileName)); in FileListSetSendFileList() 142 ret = GetTargetFileSize(fileListEntry->fullFileName, &fileListEntry->fileSize); in FileListSetSendFileList() 300 files[i] = fileList->list[i].fullFileName; in FileListGetNames() 339 files[count] = fileList->list[i].fullFileName; in FileListGetFilesByFlag() 420 free(fileListEntry->fullFileName); in FileListDestroy() 421 fileListEntry->fullFileName = NULL; in FileListDestroy()
|
H A D | nstackx_dfile_frame.c | 64 path = fileList->list[i].fullFileName; in GetTarTotalBlockLength()
|
H A D | nstackx_dfile_transfer.c | 444 sendFileListInfo.fileList[i] = fileList->list[i].fullFileName; in StartFileManagerSenderTask()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/ |
H A D | nstackx_file_list.h | 44 char *fullFileName; member
|
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend_delegate.cpp | 238 auto fullFileName = folderName + fileName; in LoadResourceConfiguration() local 239 if (std::find(files.begin(), files.end(), fullFileName) != files.end()) { in LoadResourceConfiguration() 241 std::string(RESOURCES_FOLDER).append(fullFileName)); in LoadResourceConfiguration()
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate_impl.cpp | 2036 auto fullFileName = folderName + fileName; in LoadResourceConfiguration() local 2037 if (std::find(files.begin(), files.end(), fullFileName) != files.end()) { in LoadResourceConfiguration() 2039 std::string(RESOURCES_FOLDER).append(fullFileName)); in LoadResourceConfiguration()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | frontend_delegate_declarative.cpp | 311 auto fullFileName = folderName + fileName; in LoadResourceConfiguration() local 312 if (std::find(files.begin(), files.end(), fullFileName) != files.end()) { in LoadResourceConfiguration() 314 std::string(RESOURCES_FOLDER).append(fullFileName)); in LoadResourceConfiguration()
|
Completed in 18 milliseconds