Home
last modified time | relevance | path

Searched refs:firstDirName (Results 1 - 1 of 1) sorted by relevance

/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_library_napi.cpp1925 string firstDirName = ""; in GetFirstDirName() local
1931 firstDirName = relativePath.substr(0, pos + 1); in GetFirstDirName()
1932 NAPI_DEBUG_LOG("firstDirName substr = %{private}s", firstDirName.c_str()); in GetFirstDirName()
1934 return firstDirName; in GetFirstDirName()
1949 static bool CheckTypeOfType(const string &firstDirName, int32_t fileMediaType) in CheckTypeOfType() argument
1952 if (!strcmp(firstDirName.c_str(), directoryEnumValues[0].c_str())) { in CheckTypeOfType()
1960 if (!strcmp(firstDirName.c_str(), directoryEnumValues[1].c_str())) { in CheckTypeOfType()
1967 if (!strcmp(firstDirName.c_str(), directoryEnumValues[SECOND_ENUM].c_str())) { in CheckTypeOfType()
1975 if (!strcmp(firstDirName in CheckTypeOfType()
2010 string firstDirName = GetFirstDirName(relativePath); CheckRelativePathParams() local
[all...]

Completed in 8 milliseconds