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) {
  /external/pdfium/core/fpdfapi/page/
cpdf_clippath.cpp 81 const CPDF_Path& old_path = pData->m_PathAndTypeList.back().first; local
82 if (old_path.IsRect()) {
83 CFX_PointF point0 = old_path.GetPoint(0);
84 CFX_PointF point2 = old_path.GetPoint(2);
  /external/ltp/lib/
tst_test.c 951 char *old_path = getenv("PATH"); local
957 if (old_path)
958 SAFE_ASPRINTF(&new_path, "%s::%s", old_path, start_dir);

Completed in 344 milliseconds