Home
last modified time | relevance | path

Searched defs:fileName (Results 651 - 675 of 926) sorted by relevance

1...<<21222324252627282930>>...38

/foundation/filemanagement/app_file_service/tests/mock/module_ipc/src/
H A Dsvc_session_manager_mock.cpp44 bool SvcSessionManager::OnBundleFileReady(const string &bundleName, const string &fileName) in OnBundleFileReady() argument
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_frame.c92 const char *fileName = NULL; in EncodeFileInfo() local
[all...]
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dutil.cpp262 bool ReadImageFile(const unzFile zipFile, const std::string& fileName, ImageStructVec& imgVec, in ReadImageFile() argument
320 bool CheckImageData(const std::string& fileName, std::shared_ptr<ImageStruct> imageStruct, in CheckImageData() argument
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt/src/
H A Dfscrypt_control.c42 uint8_t fileName; member
/test/testfwk/developer_test/aw/cxx/distributed/
H A Ddistributed_major.cpp54 void DistributeTestEnvironment::Init(std::string fileName) in Init() argument
/test/xts/acts/hiviewdfx/hidebugtest/hidebugtestcoltest/entry/src/main/cpp/
H A Dhidebugndk.cpp196 char fileName[length]; in StartAppTraceCapture() local
226 char fileName[length]; in GetAppTraceCaptureFile() local
228 OH_HiDebug_StartAppTraceCapture(HiDebug_TraceFlag(flag), tags, limitSize, fileName, length); in GetAppTraceCaptureFile() local
242 char fileName[length]; in StartAppTraceCaptureTag() local
/third_party/icu/icu4c/source/samples/layout/
H A Dpflow.c357 pf_flow *pf_factory(const char *fileName, const le_font *font, gs_guiSupport *guiSupport) in pf_factory() argument
/third_party/icu/icu4c/source/test/perf/leperf/
H A DPortableFontInstance.cpp85 PortableFontInstance::PortableFontInstance(const char *fileName, float pointSize, LEErrorCode &status) in PortableFontInstance() argument
/third_party/icu/icu4c/source/test/letest/
H A DPortableFontInstance.cpp81 PortableFontInstance::PortableFontInstance(const char *fileName, float pointSize, LEErrorCode &status) in PortableFontInstance() argument
/third_party/lzma/CPP/Windows/
H A DFileIO.cpp421 bool CInFile::Open(CFSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes) in Open() argument
445 bool CInFile::OpenShared(CFSTR fileName, bool shareForWrite) in OpenShared() argument
448 bool CInFile::Open(CFSTR fileName) in Open() argument
521 Open(CFSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes) Open() argument
524 Open(CFSTR fileName, DWORD creationDisposition) Open() argument
527 Create(CFSTR fileName, bool createAlways) Create() argument
530 CreateAlways(CFSTR fileName, DWORD flagsAndAttributes) CreateAlways() argument
[all...]
H A DFileIO.h228 bool Open_for_ReadAttributes(CFSTR fileName) in Open_for_ReadAttributes() argument
237 bool Open_for_FileRenameInformation(CFSTR fileName) in Open_for_FileRenameInformation() argument
245 bool OpenReparse(CFSTR fileName) in OpenReparse() argument
[all...]
H A DSystemInfo.cpp57 static bool ReadFile_to_Buffer(CFSTR fileName, CByteBuffer &buf) in ReadFile_to_Buffer() argument
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dwrtjava.cpp624 char fileName[256] = {'\0'}; in bundle_write_java() local
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Ducbuf.cpp134 ucbuf_autodetect(const char* fileName, const char** cp,UConverter** conv, int32_t* signatureLength,UErrorCode* error){ in ucbuf_autodetect() argument
450 ucbuf_open(const char* fileName,const char** cp,UBool showWarning, UBool buffered, UErrorCode* error){ in ucbuf_open() argument
640 ucbuf_resolveFileName(const char* inputDir, const char* fileName, char* target, int32_t* len, UErrorCode* status){ in ucbuf_resolveFileName() argument
[all...]
/third_party/icu/icu4c/source/tools/genrb/
H A Dwrtjava.cpp624 char fileName[256] = {'\0'}; in bundle_write_java() local
/third_party/icu/icu4c/source/tools/gensprep/
H A Dstore.c560 char* fileName = (char*) uprv_malloc(uprv_strlen(bundleName) +100); in generateData() local
/third_party/icu/icu4c/source/tools/toolutil/
H A Ducbuf.cpp134 ucbuf_autodetect(const char* fileName, const char** cp,UConverter** conv, int32_t* signatureLength,UErrorCode* error){ in ucbuf_autodetect() argument
450 ucbuf_open(const char* fileName,const char** cp,UBool showWarning, UBool buffered, UErrorCode* error){ in ucbuf_open() argument
640 ucbuf_resolveFileName(const char* inputDir, const char* fileName, char* target, int32_t* len, UErrorCode* status){ in ucbuf_resolveFileName() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.hpp348 inline bool readFile (const std::string& fileName, std::string& content) in readFile() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryTestsUtil.cpp417 std::string fileName="vulkan/data/geometry/"+testName+".png"; in compareWithFileImage() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.hpp348 inline bool readFile (const std::string& fileName, std::string& content) in readFile() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryTestsUtil.cpp417 std::string fileName="vulkan/data/geometry/"+testName+".png"; in compareWithFileImage() local
/third_party/skia/third_party/externals/angle2/samples/shader_translator/
H A Dshader_translator.cpp446 sh::GLenum FindShaderType(const char *fileName) in FindShaderType() argument
475 bool CompileFile(char *fileName, ShHandle compiler, ShCompileOptions compileOptions) in CompileFile() argument
757 ReadShaderSource(const char *fileName, ShaderSource &source) ReadShaderSource() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShader.cpp1450 void Shader::print(const char *fileName, ...) const in print() argument
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A Dpflow.c355 pf_flow *pf_factory(const char *fileName, const le_font *font, gs_guiSupport *guiSupport) in pf_factory() argument
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dwrtjava.cpp624 char fileName[256] = {'\0'}; in bundle_write_java() local

Completed in 26 milliseconds

1...<<21222324252627282930>>...38