Home
last modified time | relevance | path

Searched refs:fullFilePath (Results 1 – 5 of 5) sorted by relevance

/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/gapic/protoparser/
DTypeParser.java131 String fullFilePath = JavaStyle.toUpperCamelCase(messageDescriptor.getFile().getName()); in parseMessageReference() local
134 fullFilePath.substring( in parseMessageReference()
135 fullFilePath.lastIndexOf("/") + 1, fullFilePath.lastIndexOf("."))); in parseMessageReference()
192 String fullFilePath = JavaStyle.toUpperCamelCase(enumDescriptor.getFile().getName()); in parseEnumReference() local
195 fullFilePath.substring( in parseEnumReference()
196 fullFilePath.lastIndexOf("/") + 1, fullFilePath.lastIndexOf("."))); in parseEnumReference()
/external/lzma/CPP/7zip/UI/FileManager/
DIFolder.h87 x(CopyFromFile(UInt32 index, const wchar_t *fullFilePath, IProgress *progress)) \
DPanelItemOpen.cpp1005 HRESULT CPanel::OnOpenItemChanged(UInt32 index, const wchar_t *fullFilePath, in OnOpenItemChanged() argument
1019 t.FullPath = fullFilePath; in OnOpenItemChanged()
DPanel.h891 …HRESULT OnOpenItemChanged(UInt32 index, const wchar_t *fullFilePath, bool usePassword, const UStri…
/external/pytorch/torch/csrc/jit/serialization/
Dexport.cpp212 std::string fullFilePath = folder + "/" + tensorName; in CreateExternalFile() local
214 fopen(fullFilePath.c_str(), "wb"), &CloseFile); in CreateExternalFile()
218 fullFilePath); in CreateExternalFile()