Home
last modified time | relevance | path

Searched refs:max_path (Results 1 - 3 of 3) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
H A Dutils.c524 #define max_path 20 macro
537 char *names[max_path + 1];// XXX ntfs_malloc? and make max bigger? in utils_inode_get_name()
550 for (i = 0; i < max_path; i++) { in utils_inode_get_name()
611 if (i >= max_path) { in utils_inode_get_name()
613 ntfs_log_error("The directory structure is too deep (over %d) nested directories.\n", max_path); in utils_inode_get_name()
618 for (i = max_path; i >= 0; i--) { in utils_inode_get_name()
632 for (i = 0; i < max_path; i++) in utils_inode_get_name()
639 #undef max_path macro
/third_party/skia/tools/skqp/src/
H A Dskqp_model.cpp117 SkString max_path = SkOSPath::Join(img_path.c_str(), kMaxPngPath); in CheckAgainstModel() local
120 result.fMaxPng = mgr->open(max_path.c_str()); in CheckAgainstModel()
/third_party/lame/frontend/
H A Dparse.c1371 size_t const max_path = PATH_MAX; in generateOutPath() local
1380 if (i >= max_path) { in generateOutPath()
1386 if (i >= max_path) { in generateOutPath()
1396 if (i+n >= max_path) { in generateOutPath()
1404 if (i >= max_path) { in generateOutPath()
1415 if (i+n >= max_path) { in generateOutPath()
1433 if (i >= max_path) { in generateOutPath()
1440 if (i+5 >= max_path) { in generateOutPath()

Completed in 6 milliseconds