Home
last modified time | relevance | path

Searched refs:GetFullPath (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/contrib/lite/testing/
Dtest_runner_test.cc47 EXPECT_EQ(runner.GetFullPath("test.bin"), "test.bin"); in TEST()
49 EXPECT_EQ(runner.GetFullPath("test.bin"), "/tmp/test.bin"); in TEST()
Dtest_runner.h84 string GetFullPath(const string& path) { return model_base_dir_ + path; } in GetFullPath() function
Dtflite_driver.cc137 model_ = FlatBufferModel::BuildFromFile(GetFullPath(bin_file_path).c_str()); in LoadModel()
/external/lzma/CPP/Windows/
DFileName.h110 bool GetFullPath(CFSTR dirPrefix, CFSTR path, FString &fullPath);
111 bool GetFullPath(CFSTR path, FString &fullPath);
DFileName.cpp736 bool GetFullPath(CFSTR dirPrefix, CFSTR s, FString &res) in GetFullPath() function
836 bool GetFullPath(CFSTR path, FString &fullPath) in GetFullPath() function
838 return GetFullPath(NULL, path, fullPath); in GetFullPath()
DFileDir.cpp492 return GetFullPath(path, resFullPath); in MyGetFullPathName()
/external/lzma/CPP/7zip/UI/Common/
DArchiveOpenCallback.cpp110 if (!NFile::NName::GetFullPath(_folderPrefix, us2fs(name2), fullPath)) in GetStream()
DArchiveExtractCallback.cpp1207 if (!NName::GetFullPath(_dirPathPrefix_Full, us2fs(relatPath), existPath)) in GetStream()
/external/lzma/CPP/7zip/UI/FileManager/
DBrowseDialog.cpp745 if (GetFullPath(us2fs(DirPrefix), us2fs(name), destPath)) in OnCreateDir()
796 if (!GetFullPath(us2fs(DirPrefix), us2fs(s), destPath)) in FinishOnOK()