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

  /external/linux-tools-perf/util/
path.c 15 static char bad_path[] = "/bad-path/"; variable
74 strlcpy(buf, bad_path, n);
98 return bad_path;
111 return bad_path;
119 return bad_path;
  /external/chromium_org/ipc/
ipc_message_utils_unittest.cc 68 base::FilePath bad_path; local
70 ASSERT_FALSE(ParamTraits<base::FilePath>::Read(&message, &iter, &bad_path));
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseSvnDiffHeader.pl 174 --- bad_path (revision 53048) (from copied_from_path.py:53048)
175 +++ bad_path (working copy)
  /art/runtime/base/unix_file/
mapped_file_test.cc 130 const std::string bad_path(GetTmpPath("does-not-exist.txt"));
132 EXPECT_FALSE(file.Open(bad_path, MappedFile::kReadOnlyMode));

Completed in 2124 milliseconds