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

  /external/ltp/testcases/kernel/fs/mongo/
mongo_slinks.c 22 char *old_path; local
40 old_path = strtok(line_buffer, "\t ");
43 if (!old_path || !new_path) /* empty lines at the end of file */
47 if (symlink(old_path, new_path) != 0) {
  /frameworks/compile/mclinker/lib/MC/
MCLDDirectory.cpp 89 std::string old_path = Directory::m_Path.native(); local
92 Directory::m_Path.native() += old_path;
  /external/pdfium/core/fpdfapi/page/
cpdf_clippath.cpp 85 const CPDF_Path& old_path = pData->m_PathAndTypeList.back().first; local
86 if (old_path.IsRect()) {
87 CFX_PointF point0 = old_path.GetPoint(0);
88 CFX_PointF point2 = old_path.GetPoint(2);

Completed in 966 milliseconds