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

  /build/kati/
ninja.h 41 size_t GetGomaccPosForAndroidCompileCommand(StringPiece cmdline);
ninja_test.cc 67 ASSERT_EQ(GetGomaccPosForAndroidCompileCommand("prebuilts/clang/linux-x86/host/3.6/bin/clang++ -c foo.c"), 0);
68 ASSERT_EQ(GetGomaccPosForAndroidCompileCommand("prebuilts/misc/linux-x86/ccache/ccache prebuilts/clang/linux-x86/host/3.6/bin/clang++ -c foo.c"), 39);
69 ASSERT_EQ(GetGomaccPosForAndroidCompileCommand("echo foo"), string::npos);
ninja.cc 80 size_t GetGomaccPosForAndroidCompileCommand(StringPiece cmdline) {
87 size_t pos = GetGomaccPosForAndroidCompileCommand(cmdline.substr(index));
442 size_t pos = GetGomaccPosForAndroidCompileCommand(translated);

Completed in 1305 milliseconds