Revision d1939b0dcac37711e9618201300abc47cdfe56cd authored by Andres Suarez on 30 November 2017, 23:22:41 UTC, committed by Yi Wu on 01 December 2017, 00:05:36 UTC
Summary:
We're moving away from `import`. The equivalent internal construct that
gets the directory from `fbcode/` is `package_name()`. This is a
Skylark friendly wrapper around [`get_base_path`].

The additional whitespace change is from running `python ./buckifier/buckify_rocksdb.py`.

[`get_base_path`]: https://buckbuild.com/function/get_base_path.html
Closes https://github.com/facebook/rocksdb/pull/3210

Reviewed By: yiwu-arbug

Differential Revision: D6451242

Pulled By: zertosh

fbshipit-source-id: 445757261de0ec89d5d332c1ba9af097086326dc
1 parent 920b7df
History
File Mode Size
env.cc -rw-r--r-- 10.3 KB
env_basic_test.cc -rw-r--r-- 12.6 KB
env_chroot.cc -rw-r--r-- 12.0 KB
env_chroot.h -rw-r--r-- 684 bytes
env_encryption.cc -rw-r--r-- 32.8 KB
env_hdfs.cc -rw-r--r-- 18.3 KB
env_posix.cc -rw-r--r-- 30.4 KB
env_test.cc -rw-r--r-- 46.6 KB
io_posix.cc -rw-r--r-- 28.3 KB
io_posix.h -rw-r--r-- 8.1 KB
mock_env.cc -rw-r--r-- 20.8 KB
mock_env.h -rw-r--r-- 4.2 KB
mock_env_test.cc -rw-r--r-- 2.6 KB
posix_logger.h -rw-r--r-- 4.9 KB

back to top