blob: af2423a7691cb1bbc389abf46946769c93977bd4 [file] [log] [blame]
// Copyright 2017 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "smbprovider/constants.h"
namespace smbprovider {
const char kEntryParent[] = "..";
const char kEntrySelf[] = ".";
} // namespace smbprovider