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/ |
D | TypeParser.java | 131 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/ |
D | IFolder.h | 87 x(CopyFromFile(UInt32 index, const wchar_t *fullFilePath, IProgress *progress)) \
|
D | PanelItemOpen.cpp | 1005 HRESULT CPanel::OnOpenItemChanged(UInt32 index, const wchar_t *fullFilePath, in OnOpenItemChanged() argument 1019 t.FullPath = fullFilePath; in OnOpenItemChanged()
|
D | Panel.h | 891 …HRESULT OnOpenItemChanged(UInt32 index, const wchar_t *fullFilePath, bool usePassword, const UStri…
|
/external/pytorch/torch/csrc/jit/serialization/ |
D | export.cpp | 212 std::string fullFilePath = folder + "/" + tensorName; in CreateExternalFile() local 214 fopen(fullFilePath.c_str(), "wb"), &CloseFile); in CreateExternalFile() 218 fullFilePath); in CreateExternalFile()
|