Searched refs:GetRelativePath (Results 1 – 5 of 5) sorted by relevance
/external/ltp/android/tools/ |
D | make_parser.py | 58 def GetRelativePath(self, path): member in MakeParser 78 return [self.GetRelativePath(i) for i in paths if i[-1] in extensions] 98 target = self.GetRelativePath(path) 101 target = self.GetRelativePath(args.c.replace('"', "")) 117 includes = [self.GetRelativePath(i) 121 target = self.GetRelativePath(args.target) 174 self.dir_stack.append(self.GetRelativePath(m.group(1)))
|
/external/grpc-grpc/src/compiler/ |
D | node_generator.cc | 86 grpc::string GetRelativePath(const grpc::string& from_file, in GetRelativePath() function 214 GetRelativePath(file->name(), GetJSMessageFilename(file->name())); in PrintImports() 220 grpc::string file_path = GetRelativePath( in PrintImports()
|
/external/rust/crates/grpcio-sys/grpc/src/compiler/ |
D | node_generator.cc | 86 std::string GetRelativePath(const std::string& from_file, in GetRelativePath() function 213 GetRelativePath(file->name(), GetJSMessageFilename(file->name())); in PrintImports() 219 std::string file_path = GetRelativePath( in PrintImports()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | UpdateCallback.cpp | 277 static UString GetRelativePath(const UString &to, const UString &from) in GetRelativePath() function 362 prop = GetRelativePath(simpleName, fs2us(fullPath)); in GetProperty()
|
/external/tensorflow/tensorflow/c/experimental/filesystem/ |
D | modular_filesystem_test.cc | 141 StringPiece GetRelativePath(StringPiece absolute_path) { in GetRelativePath() function in tensorflow::__anoncd9cdf680111::ModularFileSystemTest 210 EXPECT_EQ(GetRelativePath(fs->TranslateName(GetURIForPath("a_file"))), in TEST_P() 212 EXPECT_EQ(GetRelativePath(fs->TranslateName(GetURIForPath("a_dir/a_file"))), in TEST_P() 214 EXPECT_EQ(GetRelativePath(fs->TranslateName(GetURIForPath("./a_file"))), in TEST_P() 216 EXPECT_EQ(GetRelativePath(fs->TranslateName( in TEST_P()
|