Lines Matching refs:empty
160 if (path.empty() || path == FilePath::kCurrentDirectory ||
220 if (value().empty())
237 if (!base.value().empty() && base.value() != kCurrentDirectory)
260 if (parent_components.empty() ||
376 if (Extension().empty())
387 if (FinalExtension().empty())
398 if (suffix.empty())
425 if (extension.empty() ||
444 if (extension.empty() ||
467 if (path_.compare(kCurrentDirectory) == 0 && !appended.empty()) {
481 // Don't append a separator if the path is empty (indicating the current
482 // directory) or if the path component is empty (indicating nothing to
484 if (!appended.empty() && !new_path.path_.empty()) {
517 if (empty())
523 if (EndsWithSeparator() || path_.empty())