HomeSort by relevance Sort by last modified time
    Searched refs:FromPath (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
InstallPkg.py 633 # @param FromPath: FromPath
642 def InstallModuleContent(FromPath, NewPath, ModulePath, Module, ContentZipFile,
668 FromFile = os.path.join(FromPath, ModulePath, File)
686 FromFile = os.path.join(FromPath, ModulePath, File)
705 FromFile = os.path.join(FromPath, ModulePath, File)
715 InstallModuleContentZipFile(ContentZipFile, FromPath, ModulePath, WorkspaceDir, NewPath, Module, Package, ReadOnly,
722 def InstallModuleContentZipFile(ContentZipFile, FromPath, ModulePath, WorkspaceDir, NewPath, Module, Package, ReadOnly,
730 CheckPath = os.path.normpath(os.path.join(FromPath, ModulePath))
740 ConvertPath(FileName.replace(FromPath, NewPath, 1))))
    [all...]
  /external/libtextclassifier/
text-classifier_test.cc 61 TextClassifier::FromPath(GetModelPath() + "wrong_embeddings.fb", &unilib);
75 TextClassifier::FromPath(GetModelPath() + GetParam(), &unilib);
397 TextClassifier::FromPath(GetModelPath() + GetParam(), &unilib);
411 TextClassifier::FromPath(GetModelPath() + GetParam(), &unilib);
548 TextClassifier::FromPath(GetModelPath() + GetParam(), &unilib);
566 TextClassifier::FromPath(GetModelPath() + GetParam(), &unilib);
582 TextClassifier::FromPath(GetModelPath() + GetParam(), &unilib);
609 TextClassifier::FromPath(GetModelPath() + GetParam(), &unilib);
633 TextClassifier::FromPath(GetModelPath() + GetParam(), &unilib);
714 TextClassifier::FromPath(GetModelPath() + GetParam(), &unilib)
    [all...]
textclassifier_jni.cc 341 TextClassifier::FromPath(path_str, new UniLib(env)).release());
343 return reinterpret_cast<jlong>(TextClassifier::FromPath(path_str).release());
text-classifier.h 120 static std::unique_ptr<TextClassifier> FromPath(
text-classifier.cc 125 std::unique_ptr<TextClassifier> TextClassifier::FromPath(
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
SysCalls.c 926 wchar_t *FromPath;
933 Status = ParsePath(From, &FromPath, &FromNode, &Instance, NULL);
944 free(FromPath);
    [all...]

Completed in 99 milliseconds